Skip to content

Commit

Permalink
test: fix need
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Dec 30, 2023
1 parent b84ee60 commit 1394174
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ jug_xl:default:
matrix:
- BASE_IMAGE: jug_dev
BUILD_IMAGE: jug_xl
PLATFORM: linux/arm64
PLATFORM: linux/arm64/v8
# - BASE_IMAGE: jug_dev_oneapi
# BUILD_IMAGE: jug_xl_oneapi
# PLATFORM: linux/amd64
Expand All @@ -372,7 +372,7 @@ jug_xl:default:
- default
BASE_IMAGE: debian_stable_base
BUILD_IMAGE: jug_
PLATFORM: linux/amd64,linux/arm64/v8
PLATFORM: linux/arm64/v8
ENV:
- dev
script:
Expand Down Expand Up @@ -400,7 +400,7 @@ jug_xl:nightly:
matrix:
- BASE_IMAGE: jug_dev
BUILD_IMAGE: jug_xl
PLATFORM: linux/arm64
PLATFORM: linux/arm64/v8
# - BASE_IMAGE: jug_dev_oneapi
# BUILD_IMAGE: jug_xl_oneapi
# PLATFORM: linux/amd64
Expand All @@ -421,7 +421,7 @@ jug_xl:nightly:
- nightly
BASE_IMAGE: debian_stable_base
BUILD_IMAGE: jug_
PLATFORM: linux/amd64,linux/arm64/v8
PLATFORM: linux/arm64/v8
ENV:
- dev
script:
Expand Down

0 comments on commit 1394174

Please sign in to comment.