mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-03-13 01:30:05 +01:00
ci: use explicit deploy-multi-arch-images needs:
dynamic job references not supported.
This commit is contained in:
parent
85496b648d
commit
9dea22ab64
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -104,10 +104,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker image push dockcross/base --all-tags
|
docker image push dockcross/base --all-tags
|
||||||
|
|
||||||
image:
|
images:
|
||||||
name: ${{ matrix.arch_name.image }}
|
needs: [base, base-multiarch]
|
||||||
needs: base
|
runs-on: ${{ matrix.os }}
|
||||||
runs-on: ubuntu-22.04
|
|
||||||
env:
|
env:
|
||||||
OCI_EXE: docker
|
OCI_EXE: docker
|
||||||
strategy:
|
strategy:
|
||||||
@ -1510,7 +1509,8 @@ jobs:
|
|||||||
make ${{ matrix.arch_name.image }}.push
|
make ${{ matrix.arch_name.image }}.push
|
||||||
|
|
||||||
deploy-multi-arch-images:
|
deploy-multi-arch-images:
|
||||||
needs: ["${{ matrix.image_name }}_on_ubuntu-22.04", "${{ matrix.image_name }}_on_ubuntu-22.04-arm"]
|
needs:
|
||||||
|
- images
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user