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

.github: Add ARM64 CI and deployment #39

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

corona10
Copy link
Member

@corona10 corona10 commented Jan 18, 2025

flowchart LR
    version(Generate Calver)
    amd64(Build AMD64 docker image and push to the registry)
    arm64(Build ARM64 docker image and push to the registry)
    manifest(Create manifest to alias with AMD64 and ARM64 images and push)

   version --> amd64
   version --> arm64
   amd64 --> manifest
   arm64 --> manifest
Loading

@corona10
Copy link
Member Author

corona10 commented Jan 18, 2025

I am working on publish part for removing QEMU.

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

@corona10 corona10 marked this pull request as ready for review January 18, 2025 15:18
@corona10
Copy link
Member Author

cc @hugovk and @diegorusso

FYI, I am not sure if improving the release process will be beneficial to do it :) But I believe that it would be faster than using QUMU when building arm64 image.

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