more tests
Some checks failed
/ build-and-push (amd64) (push) Failing after 17s
/ build-and-push (arm64) (push) Failing after 16s
/ manifest (push) Has been skipped

This commit is contained in:
Xaver Russ 2025-07-14 00:40:00 +02:00
parent d49c997bfc
commit 3277828d28

View file

@ -15,11 +15,7 @@ jobs:
strategy:
matrix:
arch: [ amd64, arm64 ]
runs-on:
- ${{ matrix.arch }}
- docker
container:
image: docker:dind
runs-on: ${{ matrix.arch }}
steps:
- name: Install Node.js and dependencies
run: |
@ -57,8 +53,6 @@ jobs:
manifest:
needs: build-and-push
runs-on: amd64
container:
image: docker:dind
steps:
- name: Install Node.js and dependencies
run: |