Change ci image to buster
This commit is contained in:
parent
119fa90c6d
commit
6d933f50cc
@ -10,7 +10,7 @@ before_script:
|
|||||||
- pwd
|
- pwd
|
||||||
|
|
||||||
build:x86_64:
|
build:x86_64:
|
||||||
image: ${CI_REGISTRY}/leenooks/ci-apt:x86_64
|
image: ${CI_REGISTRY}/leenooks/ci-apt:x86_64-buster
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
@ -40,7 +40,7 @@ deploy:x86_64:
|
|||||||
- reprepro
|
- reprepro
|
||||||
|
|
||||||
build:armv7l:
|
build:armv7l:
|
||||||
image: ${CI_REGISTRY}/leenooks/ci-apt:armv7l
|
image: ${CI_REGISTRY}/leenooks/ci-apt:armv7l-buster
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
|
Reference in New Issue
Block a user