Skip to content

Commit

Permalink
installerScriptForGHA: aarch64-darwin
Browse files Browse the repository at this point in the history
GitHub Actions seems to have magically switched architectures
without changing their identifiers.
See https://github.com/actions/runner-images/blob/2813ee66cbe85b31a8322ff8967148548b1a5db9/README.md#available-images
Maybe they have more complete documentation elsewhere, but it
seems to be incapable of selecting a runner based on architecture.

(cherry picked from commit df3e92f)
  • Loading branch information
roberth authored and github-actions[bot] committed Jul 3, 2024
1 parent 6d6ddbf commit 49ae3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/hydra.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ in
installerScriptForGHA = installScriptFor [
# Native
self.hydraJobs.binaryTarball."x86_64-linux"
self.hydraJobs.binaryTarball."x86_64-darwin"
self.hydraJobs.binaryTarball."aarch64-darwin"
# Cross
self.hydraJobs.binaryTarballCross."x86_64-linux"."armv6l-unknown-linux-gnueabihf"
self.hydraJobs.binaryTarballCross."x86_64-linux"."armv7l-unknown-linux-gnueabihf"
Expand Down

0 comments on commit 49ae3b4

Please sign in to comment.