Skip to content

Commit eb1ee47

Browse files
committed
ci: don't setup QEMU for amd64 platform
1 parent 2ea5321 commit eb1ee47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
type=semver,pattern={{version}}
5454
type=semver,pattern={{major}}.{{minor}}
5555
- name: Set up QEMU
56+
if: ${{ matrix.platform != 'linux/amd64' }}
5657
uses: docker/setup-qemu-action@v1
5758
- name: Set up Docker Buildx
5859
if: ${{ matrix.platform != 'linux/amd64' }}

0 commit comments

Comments
 (0)