This commit is contained in:
Matthew McClaskey 2021-10-26 16:42:00 +00:00
parent bd3445b203
commit 880ef9a949

View File

@ -17,6 +17,7 @@ before_script:
# Jobs for the develop and release branches. They should push to the private and public repos
build_ubuntu_bionic:
stage: build
image: kasmweb/docker-buildx-private:develop
script:
# get qemu ready
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
@ -152,6 +153,7 @@ build_centos_dev:
# These jobs are for the "rolling" release of the images. They should only run for scheduled jobs and should only push the rolling tags
build_ubuntu_bionic_scheduled:
stage: build
image: kasmweb/docker-buildx-private:develop
script:
# get qemu ready
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes