mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-07 08:04:06 +01:00
WIP
This commit is contained in:
parent
bd3445b203
commit
880ef9a949
@ -17,6 +17,7 @@ before_script:
|
|||||||
# Jobs for the develop and release branches. They should push to the private and public repos
|
# Jobs for the develop and release branches. They should push to the private and public repos
|
||||||
build_ubuntu_bionic:
|
build_ubuntu_bionic:
|
||||||
stage: build
|
stage: build
|
||||||
|
image: kasmweb/docker-buildx-private:develop
|
||||||
script:
|
script:
|
||||||
# get qemu ready
|
# get qemu ready
|
||||||
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
- 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
|
# 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:
|
build_ubuntu_bionic_scheduled:
|
||||||
stage: build
|
stage: build
|
||||||
|
image: kasmweb/docker-buildx-private:develop
|
||||||
script:
|
script:
|
||||||
# get qemu ready
|
# get qemu ready
|
||||||
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||||
|
Loading…
Reference in New Issue
Block a user