Remove build for armv6 separate image

This commit is contained in:
Sergey Bogatyrets
2022-11-09 01:36:58 +03:00
parent cc194c57f7
commit 2092ff3c7e
2 changed files with 1 additions and 23 deletions
-11
View File
@@ -36,14 +36,3 @@ jobs:
--push \
--tag "$DOCKERHUB_REPOSITORY:$RELEASE_VERSION" \
.
# Legacy build for armv6
-
name: Run Buildx for armv6 architecture
run: |
docker buildx build \
--platform linux/arm/v6 \
--output "type=image,push=false" \
--push \
--tag "$DOCKERHUB_REPOSITORY:$RELEASE_VERSION" \
--file Dockerfile.armv6
.