more tests
This commit is contained in:
parent
d49c997bfc
commit
3277828d28
1 changed files with 1 additions and 7 deletions
|
|
@ -15,11 +15,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
arch: [ amd64, arm64 ]
|
arch: [ amd64, arm64 ]
|
||||||
runs-on:
|
runs-on: ${{ matrix.arch }}
|
||||||
- ${{ matrix.arch }}
|
|
||||||
- docker
|
|
||||||
container:
|
|
||||||
image: docker:dind
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js and dependencies
|
- name: Install Node.js and dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -57,8 +53,6 @@ jobs:
|
||||||
manifest:
|
manifest:
|
||||||
needs: build-and-push
|
needs: build-and-push
|
||||||
runs-on: amd64
|
runs-on: amd64
|
||||||
container:
|
|
||||||
image: docker:dind
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js and dependencies
|
- name: Install Node.js and dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue