Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build and release x86+arm manifests #23

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

BlaineEXE
Copy link
Contributor

Use docker buildx GH action to build x86_64/amd64 as well as arm64
container images in build and release action.

Signed-off-by: Blaine Gardner [email protected]

Use docker buildx GH action to build x86_64/amd64 as well as arm64
container images in build and release action.

Signed-off-by: Blaine Gardner <[email protected]>
@BlaineEXE
Copy link
Contributor Author

This is one of the things currently blocking me from running COSI in my own minikube env. Once this is in, a new release would be nice in order to have the arm build, or to somehow manually force it to run.

token: ${{ secrets.GITHUB_TOKEN }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unintentional ??

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My editor ensures there is a newline at the end of files, which is standard.

- name: Set up QEMU for multi-arch builds
uses: docker/setup-qemu-action@v2
with:
platforms: 'arm64'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

amd64 will be built by default??

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The host arch is amd64 so QEMU is not needed for that.

@thotz thotz self-requested a review July 19, 2023 16:05
@thotz thotz merged commit 3b33388 into ceph:master Jul 19, 2023
1 check passed
@BlaineEXE BlaineEXE deleted the arm-and-amd-manifest-images branch July 20, 2023 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants