Skip to content
Snippets Groups Projects
Commit 000435ab authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: temporarily disable linux/arm64/v8 to get around build issues

parent 634f0afd
Branches
Tags
1 merge request!818fix: temporarily disable linux/arm64/v8 to get around build issues
This commit is part of merge request !818. Comments created here will be created in the context of that merge request.
......@@ -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
......@@ -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:
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment