Try to build arm64 with qemu
Some checks failed
Check Flake / check-flake (push) Failing after 10s

This commit is contained in:
Zuckerberg 2023-10-15 18:25:52 -06:00
parent 52ed25f1b9
commit 346c1f5563

View File

@ -17,6 +17,12 @@ 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
extra-platforms = aarch64-linux
- name: Setup QEMU Binfmt
uses: https://github.com/docker/setup-qemu-action@v3
with:
platforms: arm64
- name: Checkout the repository - name: Checkout the repository
uses: actions/checkout@v3 uses: actions/checkout@v3