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

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

parent 9e9b8deb
No related branches found
No related tags found
No related merge requests found
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.
Finish editing this message first!
Please register or to comment