diff --git a/.github/workflows/publish-latest-to-ghcr.yml b/.github/workflows/publish-latest-to-ghcr.yml index 1693884b..ce49d3c7 100644 --- a/.github/workflows/publish-latest-to-ghcr.yml +++ b/.github/workflows/publish-latest-to-ghcr.yml @@ -32,7 +32,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: - platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 + platforms: linux/amd64,linux/arm/v7,linux/arm64 pull: true push: true tags: ${{ env.IMAGE_REPOSITORY }}:latest diff --git a/.github/workflows/publish-latest.yml b/.github/workflows/publish-latest.yml index c3d0b442..fd7f9472 100644 --- a/.github/workflows/publish-latest.yml +++ b/.github/workflows/publish-latest.yml @@ -28,7 +28,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: - platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 + platforms: linux/amd64,linux/arm/v7,linux/arm64 pull: true push: true tags: ${{ env.IMAGE_REPOSITORY }}:latest diff --git a/.github/workflows/publish-release-to-ghcr.yml b/.github/workflows/publish-release-to-ghcr.yml index affdda6f..eaa49319 100644 --- a/.github/workflows/publish-release-to-ghcr.yml +++ b/.github/workflows/publish-release-to-ghcr.yml @@ -28,7 +28,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: - platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 + platforms: linux/amd64,linux/arm/v7,linux/arm64 pull: true push: true tags: | diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index b78de5fc..a702f661 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -25,7 +25,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: - platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64 + platforms: linux/amd64,linux/arm/v7,linux/arm64 pull: true push: true tags: |