From c80b2c10a3404d7704c33702720e77503beb50db Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Tue, 22 Aug 2023 20:39:04 +1000 Subject: [PATCH] Multi-arch container only. --- .github/workflows/docker-buildx-dev.yml | 36 ---------------------- .github/workflows/docker-buildx-latest.yml | 36 ---------------------- 2 files changed, 72 deletions(-) diff --git a/.github/workflows/docker-buildx-dev.yml b/.github/workflows/docker-buildx-dev.yml index 94f4b77..0227aa2 100644 --- a/.github/workflows/docker-buildx-dev.yml +++ b/.github/workflows/docker-buildx-dev.yml @@ -49,39 +49,3 @@ jobs: linux/arm/v6 push: true tags: ${{ github.repository }}:dev - - - name: Build and push AMD64 - uses: docker/build-push-action@v2 - with: - context: . - file: ./Dockerfile - platforms: linux/amd64 - push: true - tags: ${{ github.repository }}:amd64dev - - - name: Build and push ARM64v8 - uses: docker/build-push-action@v2 - with: - context: . - file: ./Dockerfile - platforms: linux/arm64 - push: true - tags: ${{ github.repository }}:arm64dev - - - name: Build and push ARM32v7 - uses: docker/build-push-action@v2 - with: - context: . - file: ./Dockerfile - platforms: linux/arm/v7 - push: true - tags: ${{ github.repository }}:armv7dev - - - name: Build and push ARM32v6 - uses: docker/build-push-action@v2 - with: - context: . - file: ./Dockerfile - platforms: linux/arm/v6 - push: true - tags: ${{ github.repository }}:armv6dev diff --git a/.github/workflows/docker-buildx-latest.yml b/.github/workflows/docker-buildx-latest.yml index 8e9348b..1361d4b 100644 --- a/.github/workflows/docker-buildx-latest.yml +++ b/.github/workflows/docker-buildx-latest.yml @@ -49,39 +49,3 @@ jobs: linux/arm/v6 push: true tags: ${{ github.repository }}:latest - - - name: Build and push AMD64 - uses: docker/build-push-action@v2 - with: - context: . - file: ./Dockerfile - platforms: linux/amd64 - push: true - tags: ${{ github.repository }}:amd64 - - - name: Build and push ARM64v8 - uses: docker/build-push-action@v2 - with: - context: . - file: ./Dockerfile - platforms: linux/arm64 - push: true - tags: ${{ github.repository }}:arm64 - - - name: Build and push ARM32v7 - uses: docker/build-push-action@v2 - with: - context: . - file: ./Dockerfile - platforms: linux/arm/v7 - push: true - tags: ${{ github.repository }}:armv7 - - - name: Build and push ARM32v6 - uses: docker/build-push-action@v2 - with: - context: . - file: ./Dockerfile - platforms: linux/arm/v6 - push: true - tags: ${{ github.repository }}:armv6