Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit a975ea2

Browse files
committed
CI release fix qemu
1 parent 8eaf7f3 commit a975ea2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
3232
- name: Set up QEMU
3333
uses: docker/setup-qemu-action@v1
34-
with:
35-
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
3634

3735
- name: Set up Docker Buildx
3836
uses: docker/setup-buildx-action@v1
@@ -58,4 +56,5 @@ jobs:
5856
release_name: Release ${{ steps.prepare.outputs.version }}
5957
body_path: CHANGELOG.md
6058
draft: false
61-
prerelease: false
59+
prerelease: false
60+
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64

0 commit comments

Comments
 (0)