Remove build for armv6 separate image
This commit is contained in:
parent
2092ff3c7e
commit
2ada16b7eb
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
name: Run Buildx for amd64, armv7, arm64 architectures
|
||||
run: |
|
||||
docker buildx build \
|
||||
--platform linux/arm,linux/amd64,linux/arm/v7,linux/arm64 \
|
||||
--platform linux/amd64,linux/arm/v7,linux/arm64 \
|
||||
--output "type=image,push=false" \
|
||||
--push \
|
||||
--tag "$DOCKERHUB_REPOSITORY:latest" \
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
name: Run Buildx for amd64, armv7, arm64 architectures
|
||||
run: |
|
||||
docker buildx build \
|
||||
--platform linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 \
|
||||
--platform linux/amd64,linux/arm/v7,linux/arm64 \
|
||||
--output "type=image,push=false" \
|
||||
--push \
|
||||
--tag "$DOCKERHUB_REPOSITORY:$RELEASE_VERSION" \
|
||||
|
Loading…
Reference in New Issue
Block a user