force debian builds to buster
This commit is contained in:
parent
474897ea53
commit
1cdfd16f11
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ lint:
|
||||||
|
|
||||||
.build-deb:
|
.build-deb:
|
||||||
stage: build
|
stage: build
|
||||||
image: debian:latest
|
image: debian:buster
|
||||||
script:
|
script:
|
||||||
- echo deb http://deb.debian.org/debian buster-backports main > /etc/apt/sources.list.d/backports.list
|
- echo deb http://deb.debian.org/debian buster-backports main > /etc/apt/sources.list.d/backports.list
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
@ -128,7 +128,7 @@ build:aarch64:deb:
|
||||||
|
|
||||||
build:armhf:deb:
|
build:armhf:deb:
|
||||||
extends: .build-deb
|
extends: .build-deb
|
||||||
image: arm32v7/debian:latest
|
image: arm32v7/debian:buster
|
||||||
tags: [arm-builder]
|
tags: [arm-builder]
|
||||||
variables:
|
variables:
|
||||||
ARCH: armhf
|
ARCH: armhf
|
||||||
|
|
Loading…
Reference in a new issue