mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
installerScriptForGHA: aarch64-darwin
Backport ofdf3e92ff96
https://github.com/NixOS/nix/pull/11009 GitHub Actions seems to have magically switched architectures without changing their identifiers. See2813ee66cb/README.md (available-images)
Maybe they have more complete documentation elsewhere, but it seems to be incapable of selecting a runner based on architecture.
This commit is contained in:
parent
53a5266220
commit
e786a701a8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user