Arm cache
Some checks failed
Gitea Actions Demo / amd-docker (push) Failing after 2s

This commit is contained in:
Gabriel Simmer 2023-08-15 20:55:23 +01:00
parent dd1a3a6705
commit 70705545e3
Signed by: arch
SSH key fingerprint: SHA256:mXaHIY3tLtudNyb+i3qRd0DeXvpqbst04OgVKVCp2R4

View file

@ -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