attempt at arm64 building
Some checks failed
Check Flake / check-flake (push) Failing after 8m4s

This commit is contained in:
Zuckerberg 2023-10-17 21:55:53 -06:00
parent 6f7c76de62
commit 4837c2c392

View File

@ -17,8 +17,8 @@ jobs:
extra_nix_config: | extra_nix_config: |
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= s0.koi-bebop.ts.net:OjbzD86YjyJZpCp9RWaQKANaflcpKhtzBMNP8I2aPUU= trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= s0.koi-bebop.ts.net:OjbzD86YjyJZpCp9RWaQKANaflcpKhtzBMNP8I2aPUU=
substituters = https://cache.nixos.org/ http://s0.koi-bebop.ts.net:5000 substituters = https://cache.nixos.org/ http://s0.koi-bebop.ts.net:5000
sandbox-paths = /run/binfmt/arm=/usr/bin/qemu-aarch64-static sandbox-paths = /run/binfmt/aarch64-linux=/usr/bin/qemu-aarch64-static
extra-platforms = aarch64-linux extra-platforms = i686-linux aarch64-linux
- name: Checkout the repository - name: Checkout the repository
uses: actions/checkout@v3 uses: actions/checkout@v3