mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-02-18 01:50:48 +01:00
KASM-3718 ensure matrix breaks out properly, bad syntax
This commit is contained in:
parent
2b4a064d43
commit
f2e726a82f
@ -66,7 +66,7 @@ build_multi_containers:
|
|||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- TAG: [ aws-autoscale, aws-autoscale-arm64 ]
|
- TAG: [ aws-autoscale, aws-autoscale-arm64 ]
|
||||||
- BUILD_META: *MULTI_ARCH_BUILDS
|
BUILD_META: *MULTI_ARCH_BUILDS
|
||||||
|
|
||||||
build_single_containers:
|
build_single_containers:
|
||||||
stage: build
|
stage: build
|
||||||
@ -105,7 +105,7 @@ test_multi:
|
|||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- ARCH: [ "x86_64", "aarch64" ]
|
- ARCH: [ "x86_64", "aarch64" ]
|
||||||
- BUILD_META: *MULTI_ARCH_BUILDS
|
BUILD_META: *MULTI_ARCH_BUILDS
|
||||||
|
|
||||||
test_single:
|
test_single:
|
||||||
stage: test
|
stage: test
|
||||||
|
Loading…
Reference in New Issue
Block a user