mirror of
https://github.com/NixOS/nix.git
synced 2025-11-10 20:46:01 +01:00
installerScriptForGHA: aarch64-darwin
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. (cherry picked from commitdf3e92ff96)
This commit is contained in:
parent
6d6ddbf36c
commit
49ae3b4166
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue