mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-03-12 17:20:08 +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: |
|
||||
docker image push dockcross/base --all-tags
|
||||
|
||||
image:
|
||||
name: ${{ matrix.arch_name.image }}
|
||||
needs: base
|
||||
runs-on: ubuntu-22.04
|
||||
images:
|
||||
needs: [base, base-multiarch]
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
OCI_EXE: docker
|
||||
strategy:
|
||||
@ -1510,7 +1509,8 @@ jobs:
|
||||
make ${{ matrix.arch_name.image }}.push
|
||||
|
||||
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
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user