Remove build for armv6 separate image
This commit is contained in:
13
.github/workflows/master.yml
vendored
13
.github/workflows/master.yml
vendored
@@ -41,19 +41,8 @@ jobs:
|
|||||||
name: Run Buildx for amd64, armv7, arm64 architectures
|
name: Run Buildx for amd64, armv7, arm64 architectures
|
||||||
run: |
|
run: |
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform linux/amd64,linux/arm/v7,linux/arm64 \
|
--platform linux/arm,linux/amd64,linux/arm/v7,linux/arm64 \
|
||||||
--output "type=image,push=false" \
|
--output "type=image,push=false" \
|
||||||
--push \
|
--push \
|
||||||
--tag "$DOCKERHUB_REPOSITORY:latest" \
|
--tag "$DOCKERHUB_REPOSITORY:latest" \
|
||||||
.
|
.
|
||||||
# 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:latest" \
|
|
||||||
--file Dockerfile.armv6 \
|
|
||||||
.
|
|
||||||
|
|||||||
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@@ -36,14 +36,3 @@ jobs:
|
|||||||
--push \
|
--push \
|
||||||
--tag "$DOCKERHUB_REPOSITORY:$RELEASE_VERSION" \
|
--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
|
|
||||||
.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user