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: ...@@ -33,7 +33,7 @@ test docker:
- docker buildx build - docker buildx build
--push --push
--no-cache --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 "index.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:develop-$CI_COMMIT_SHORT_SHA"
--tag "ghcr.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:develop-$CI_COMMIT_SHORT_SHA" . --tag "ghcr.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:develop-$CI_COMMIT_SHORT_SHA" .
except: except:
...@@ -42,6 +42,10 @@ test docker: ...@@ -42,6 +42,10 @@ test docker:
variables: variables:
- '$CI_COMMIT_TITLE =~ /^RELEASE:.+$/ || $CI_PIPELINE_SOURCE == "schedule"' - '$CI_COMMIT_TITLE =~ /^RELEASE:.+$/ || $CI_PIPELINE_SOURCE == "schedule"'
test semantic-release:
stage: test
release: release:
needs: ['test docker'] needs: ['test docker']
stage: release 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