Skip to content
Snippets Groups Projects
Commit b5572fcb authored by Griefed's avatar Griefed :joystick:
Browse files

ci: Move to gitlab-ci-cd:1.0.4 which deprecates armv7 images. Staying...

ci: Move to gitlab-ci-cd:1.0.4 which deprecates armv7 images. Staying up-to-date is more important than supporting old platforms. Sorry, you may need to consider getting a Raspberry Pi 4.
parent 801e214f
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ stages:
test docker:
stage: test
image: griefed/gitlab-ci-cd:1.0.1
image: griefed/gitlab-ci-cd:1.0.4
services:
- name: docker:dind
alias: docker
......@@ -34,7 +34,7 @@ test docker:
release:
needs: ['test docker']
stage: release
image: griefed/gitlab-ci-cd:1.0.1
image: griefed/gitlab-ci-cd:1.0.4
services:
- name: docker:dind
alias: docker
......@@ -53,7 +53,7 @@ release:
build:
stage: build
image: griefed/gitlab-ci-cd:1.0.1
image: griefed/gitlab-ci-cd:1.0.4
services:
- name: docker:dind
alias: docker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment