-
Notifications
You must be signed in to change notification settings - Fork 2
Add support for ARM64 #12
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
Conversation
| name: Manual push | ||
|
|
||
| on: | ||
| workflow_dispatch: |
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.
Is it on purpose that you remove it when renaming the file?
So now for testing something you still need to create a tag v*
It could be confusing with official releases.
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.
Nope. That was not supposed to happen. Fixed now.
|
|
||
| # Publish 'v1.2.3' tags as same tag and latest release as 'latest' | ||
| tags: | ||
| - v* |
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.
If we trig on same pattern as other job we will publish two times when tagging repo.
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.
Whoops. That wasn't supposed to be there. It broke when I renamed the file to be more descriptive.
c4e44e9 to
d50c22c
Compare
To speed up compilation on ARM64 platforms like Apple Silicon Macs, add conditional build for aarch64.
d50c22c to
4bdcf8d
Compare
To speed up compilation on ARM64 platforms like Apple Silicon Macs, add conditional build for aarch64.