From 70705545e36da601c4f22cc50f4861db2541ca9f Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Tue, 15 Aug 2023 20:55:23 +0100 Subject: [PATCH] Arm cache --- .gitea/workflows/demo.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index cebf34b..aa8e650 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -4,10 +4,8 @@ on: [push] jobs: amd-docker: - runs-on: debian-latest + runs-on: arm steps: - - name: Install prerequisites - run: apt update && apt install -y zstd - name: Cache Nix store uses: actions/cache@v3.0.8 id: nix-cache