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

GitHub Actions: add aarch64 tarballs for linux and macOS #88

Merged
merged 1 commit into from
Nov 4, 2021

Conversation

jedisct1
Copy link
Contributor

@jedisct1 jedisct1 commented Nov 4, 2021

Fixes #87 and Fixes fastly/cli#458

Note that macos-11 is not the same as macos-latest, and is required to get a recent Xcode version.

Copy link
Contributor

@Integralist Integralist left a comment

Choose a reason for hiding this comment

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

LGTM.


jobs:
build:
strategy:
matrix:
rust-toolchain: [stable]
os: [ubuntu-latest, macos-latest, windows-latest]
arch: [amd64]
os: [ubuntu-latest, macos-11, windows-latest]
Copy link
Contributor

Choose a reason for hiding this comment

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

Just to clarify for anyone unfamiliar (such as myself), where the PR description states:

Note that macos-11 is not the same as macos-latest, and is required to get a recent Xcode version.

It means macos-11 is actually more recent than macos-latest, as documented officially here:

https://github.com/actions/virtual-environments#available-environments

@jedisct1 jedisct1 merged commit 0d776fc into main Nov 4, 2021
@jedisct1 jedisct1 deleted the fdenis/aarch64-builds branch November 4, 2021 11:46
@cratelyn cratelyn added the ci Relates to continuous integration label Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Relates to continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fastly CLI reports error when using is using ARM macOS fastly CLI support for ARM macOS ?
3 participants