|
|
@ -197,6 +197,7 @@ jobs:
|
|
|
|
name: Build images for linux/amd64
|
|
|
|
name: Build images for linux/amd64
|
|
|
|
if: inputs.architecture == 'linux/amd64'
|
|
|
|
if: inputs.architecture == 'linux/amd64'
|
|
|
|
needs:
|
|
|
|
needs:
|
|
|
|
|
|
|
|
- targets
|
|
|
|
- build-base-image-x64
|
|
|
|
- build-base-image-x64
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
fail-fast: false
|
|
|
|
fail-fast: false
|
|
|
@ -254,6 +255,7 @@ jobs:
|
|
|
|
name: Build images for ARM64 & ARM/V7
|
|
|
|
name: Build images for ARM64 & ARM/V7
|
|
|
|
if: inputs.architecture != 'linux/amd64'
|
|
|
|
if: inputs.architecture != 'linux/amd64'
|
|
|
|
needs:
|
|
|
|
needs:
|
|
|
|
|
|
|
|
- targets
|
|
|
|
- build-base-image-arm
|
|
|
|
- build-base-image-arm
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
fail-fast: false
|
|
|
|
fail-fast: false
|
|
|
|