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

workflows: build arm64/darwin binaries #2835

Merged
merged 1 commit into from
Apr 27, 2024
Merged

Conversation

roman-khimov
Copy link
Member

Related to #2824.

@@ -37,8 +37,8 @@ jobs:
runs-on: ${{matrix.os.name}}
strategy:
matrix:
os: [{ name: ubuntu-22.04, bin-name: linux }] # { name: windows-2022, bin-name: windows }, { name: macos-12, bin-name: darwin }
arch: [amd64] # arm64
os: [{ name: ubuntu-22.04, bin-name: linux }, { name: macos-14, bin-name: darwin }] # { name: windows-2022, bin-name: windows }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fun fact, macos-12 runs on x86, macos-14 on arm, so I guess macos-14 is the correct one

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For builds it doesn't really matter, the resulting binary is determined by GOOS/GOARCH and you can build any binary on ubuntu-22.04 in fact (one of Go surprises).

Related to #2824.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
@roman-khimov roman-khimov merged commit aa8454f into master Apr 27, 2024
11 of 12 checks passed
@roman-khimov roman-khimov deleted the enable-darwin-arm64 branch April 27, 2024 12:05
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.

3 participants