container
Some checks failed
Gitea Actions Demo / amd-docker (push) Failing after 0s

This commit is contained in:
Gabriel Simmer 2023-08-15 21:00:14 +01:00
parent 3210475d79
commit 202561781f
Signed by: arch
SSH key fingerprint: SHA256:mXaHIY3tLtudNyb+i3qRd0DeXvpqbst04OgVKVCp2R4

View file

@ -4,8 +4,11 @@ on: [push]
jobs: jobs:
amd-docker: amd-docker:
runs-on: arm runs-on: docker
container: node:18-bullseye
steps: steps:
- name: Install prerequisites
run: apt update && apt install -y zstd
- name: Cache Nix store - name: Cache Nix store
uses: actions/cache@v3.3.1 uses: actions/cache@v3.3.1
id: nix-cache id: nix-cache