From 4837c2c392afcf4901a7734a1022c4f43be0a526 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Tue, 17 Oct 2023 21:55:53 -0600 Subject: [PATCH] attempt at arm64 building --- .gitea/workflows/check-flake.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/check-flake.yaml b/.gitea/workflows/check-flake.yaml index 0322e8c..01ed946 100644 --- a/.gitea/workflows/check-flake.yaml +++ b/.gitea/workflows/check-flake.yaml @@ -17,8 +17,8 @@ jobs: extra_nix_config: | 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 - sandbox-paths = /run/binfmt/arm=/usr/bin/qemu-aarch64-static - extra-platforms = aarch64-linux + sandbox-paths = /run/binfmt/aarch64-linux=/usr/bin/qemu-aarch64-static + extra-platforms = i686-linux aarch64-linux - name: Checkout the repository uses: actions/checkout@v3