Skip to content

Commit

Permalink
Merge pull request #522 from cybozu-go/delete-arm64-release
Browse files Browse the repository at this point in the history
Stop releasing ARM64 image
  • Loading branch information
masa213f authored Apr 7, 2023
2 parents 6c7792f + b690457 commit f078e91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
Expand All @@ -37,7 +37,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
push: true
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
target: controller
labels: ${{ steps.meta.outputs.labels }}
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
Expand All @@ -76,7 +76,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
push: true
platforms: linux/amd64,linux/arm64/v8
platforms: linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down

0 comments on commit f078e91

Please sign in to comment.