-
Notifications
You must be signed in to change notification settings - Fork 14
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
chore: update build args to arm64 #157
Conversation
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.
Thank you for supporting macos M1.
And please change the target branch to rc/v1.0.0-rc0
and update changelog.
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.
Please update README for M1 user like below.
If your platform is macos m1, please add ARCH option in build-docker
make build-docker ARCH=aarch64
I added a note to the README that the build default is Intel mac. |
…date-m1-build-args
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.
LGTM
* rc/v1.0.0-rc0: (26 commits) ci: add a ci to build darwin version when add tag (Finschia#180) chore: Release v1.0.0-rc7 (Finschia#179) Bump github.com/Finschia/finschia-sdk from v0.47.0-rc6 to v0.47.0-rc7 (Finschia#178) chore: Release v1.0.0-rc6 (Finschia#177) build: rename and bump up dependencies (Finschia#176) chore: bump up lbm-sdk from v0.47.0-rc5 to v0.47.0-rc5.0.20230414034539-489c442416cd (Finschia#174) chore: Release v1.0.0-rc5 (Finschia#173) Bump github.com/line/lbm-sdk from v0.47.0-rc4.0.20230410115856-b8421116b3f2 to v0.47.0-rc5 (Finschia#172) chore: apply wasmd v0.1.2 (Finschia#171) fix license copyright holder and typo (Finschia#170) Bump github.com/line/lbm-sdk from v0.47.0-rc4 to v0.47.0-rc4.0.20230410115856-b8421116b3f2 (Finschia#168) Bump up github.com/line/lbm-sdk from v0.47.0-rc3 to v0.47.0-rc4 (Finschia#167) chore: release v1.0.0-rc3 (Finschia#166) feat: bump up ibc-go v3.3.2 and wasmd for changing ibc light client of Ostracon to Tendermint (Finschia#164) chore: update license notice and code_of_conduct (Finschia#165) Bump github.com/line/lbm-sdk from v0.47.0-rc2 to v0.47.0-rc3 (Finschia#162) fix: fix `release-build` ci error occurred when adding assets after tagging (Finschia#163) chore: release v1.0.0-rc2 (Finschia#160) Bump github.com/line/lbm-sdk from v0.47.0-rc1 to v0.47.0-rc2 (Finschia#159) chore: update build args to arm64 (Finschia#157) ...
#155
I changed the build args default to M1 mac.
To run it on an M1 mac simply run:
make build-docker
For Intel mac, specify args as follows and execute.
make build-docker ARCH=x86_64 PLATFORM=amd64
Change default to intel mac.
For M1 mac, please see README.
Description
Motivation and context
How has this been tested?
Screenshots (if appropriate):
Checklist: