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

build: Deprecate armv7

parent eecbda20
No related branches found
No related tags found
1 merge request!23Develop
Pipeline #9162 failed
......@@ -33,7 +33,7 @@ test docker:
- docker buildx build
--push
--no-cache
--platform linux/amd64,linux/arm64,linux/arm/v7
--platform linux/amd64,linux/arm64
--tag "index.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:develop-$CI_COMMIT_SHORT_SHA"
--tag "ghcr.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:develop-$CI_COMMIT_SHORT_SHA" .
except:
......@@ -42,6 +42,10 @@ test docker:
variables:
- '$CI_COMMIT_TITLE =~ /^RELEASE:.+$/ || $CI_PIPELINE_SOURCE == "schedule"'
test semantic-release:
stage: test
release:
needs: ['test docker']
stage: release
......
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