Created a buster ci environment

This commit is contained in:
Deon George 2020-05-22 16:40:29 +10:00
parent c3985a7e86
commit 7c0e884443
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
armv7l:build: armv7l:build:
variables: variables:
VERSION: armv7l-stretch VERSION: armv7l-buster
stage: build stage: build
image: docker:latest image: docker:latest
script: script:
@ -13,4 +13,4 @@ armv7l:build:
- docker - docker
- armv7l - armv7l
only: only:
- stretch - buster

View File

@ -1,6 +1,6 @@
x86_64:build: x86_64:build:
variables: variables:
VERSION: x86_64-stretch VERSION: x86_64-buster
stage: build stage: build
image: docker:latest image: docker:latest
script: script:
@ -13,4 +13,4 @@ x86_64:build:
- docker - docker
- x86_64 - x86_64
only: only:
- stretch - buster

View File

@ -1,7 +1,7 @@
# NAME leenooks/ci-apt # NAME leenooks/ci-apt
# VERSION stretch-slim # VERSION buster-slim
FROM debian:stretch-slim FROM debian:buster-slim
RUN apt-get update && apt-get install -y git \ RUN apt-get update && apt-get install -y git \
build-essential devscripts debhelper dh-make quilt \ build-essential devscripts debhelper dh-make quilt \