mirror of
https://github.com/outbackdingo/Mailu.git
synced 2026-01-27 10:19:35 +00:00
Sigh. needs.* context is only available if you include it in needs:
This commit is contained in:
2
.github/workflows/build_test_deploy.yml
vendored
2
.github/workflows/build_test_deploy.yml
vendored
@@ -197,6 +197,7 @@ jobs:
|
||||
name: Build images for linux/amd64
|
||||
if: inputs.architecture == 'linux/amd64'
|
||||
needs:
|
||||
- targets
|
||||
- build-base-image-x64
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@@ -254,6 +255,7 @@ jobs:
|
||||
name: Build images for ARM64 & ARM/V7
|
||||
if: inputs.architecture != 'linux/amd64'
|
||||
needs:
|
||||
- targets
|
||||
- build-base-image-arm
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Reference in New Issue
Block a user