Try to allow cross build
Some checks failed
Check Flake / check-flake (push) Failing after 2m15s

This commit is contained in:
Zuckerberg 2023-04-29 14:21:44 -06:00
parent 6575977ce1
commit feb006a99d

View File

@ -21,10 +21,7 @@ jobs:
with: with:
github_access_token: ${{ secrets.__GITHUB_TOKEN }} github_access_token: ${{ secrets.__GITHUB_TOKEN }}
extra_nix_config: | extra_nix_config: |
system-features = x86_64-linux aarch64-linux arm-linux nixos-test benchmark big-parallel kvm system-features = nixos-test benchmark big-parallel kvm
extra-platforms = x86_64-linux aarch64-linux
system = aarch64-linux
sandbox = false
- name: Checkout the repository - name: Checkout the repository
uses: actions/checkout@v3 uses: actions/checkout@v3