Skip to content

Commit

Permalink
fix: temporarily disable linux/arm64/v8 to get around build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Dec 31, 2023
1 parent 634f0af commit 000435a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jug_dev:
- nightly
BASE_IMAGE: debian_stable_base
BUILD_IMAGE: jug_
PLATFORM: linux/amd64,linux/arm64/v8
PLATFORM: linux/amd64
ENV:
- dev
- prod
Expand Down Expand Up @@ -369,7 +369,7 @@ jug_xl:default:
- default
BASE_IMAGE: debian_stable_base
BUILD_IMAGE: jug_
PLATFORM: linux/amd64,linux/arm64/v8
PLATFORM: linux/amd64
ENV:
- dev
script:
Expand Down Expand Up @@ -418,7 +418,7 @@ jug_xl:nightly:
- nightly
BASE_IMAGE: debian_stable_base
BUILD_IMAGE: jug_
PLATFORM: linux/amd64,linux/arm64/v8
PLATFORM: linux/amd64
ENV:
- dev
script:
Expand Down

0 comments on commit 000435a

Please sign in to comment.