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

Merge branch 'develop' into 'main'

build: Deprecate armv7 from build, too

See merge request !24
parents 0b83ce12 c9e8820f
No related branches found
No related tags found
1 merge request!24build: Deprecate armv7 from build, too
Pipeline #9168 passed
...@@ -67,7 +67,7 @@ build: ...@@ -67,7 +67,7 @@ build:
- 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 "ghcr.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:$CI_COMMIT_TAG" --tag "ghcr.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:$CI_COMMIT_TAG"
--tag "ghcr.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:latest" --tag "ghcr.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:latest"
--tag "index.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:$CI_COMMIT_TAG" --tag "index.docker.io/$DOCKERHUB_USER/$DOCKERHUB_REPO:$CI_COMMIT_TAG"
......
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