-
Notifications
You must be signed in to change notification settings - Fork 3
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
ARM64 build on native runner #80
Conversation
Using separate workflows for AMD64 and ARM64. After removing the git-lfs requirement from the workflow both run successfully. It looks like promotion of the snap fails on AMD64 when ARM64 does not have a revision in the source branch. Need to investigate this. Does a promote command promote all architectures? Maybe better to use |
Splitting this into two workflows results in a lot of replication. This should ideally be one workflow with a job matrix. Yes, |
600f01c
to
351a09f
Compare
Summary
Change workflow job for arm64 build to run on native arm64 runner, rather than emulated on amd64.
Testing Steps
Check if the CI job passes.