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:
|
||||
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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue