-
Notifications
You must be signed in to change notification settings - Fork 172
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
Resolve Apple M1 Arch Support Issues #392
Conversation
Tests are failing because package names generation has been changed but we're still using the old name in the tests. Once the test get updated I will approve. Edit: I also just realized that the way we generate the name at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll need to add an issue to find an elegant way to determine the ARCH in the Makefile.
The current way doesn't break local e2e testing on arm architectures, but it will be slower because they will always build all the packages as part of the make test-e2e
* fix arch flag binding on sub-commands * remove hard-code package arch for zarf init * build amd64+arm64 archs for make init-package * include arch in package name on create * update docs & build steps for amd/arm init package names * make tests aware of new package name structure * change to zarf-init-<arch>.tar.zst for all docs
Description
Cleans up amd/arm64 arch behavior for Apple M1 computers. This PR will not cover all tasks in #386, only those related to Apple M1 usage.
Related Issue
#386
Type of change
Checklist before merging
needs-docs
label)