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

Commit 1483ddb

Browse files
committed
CI release another qemu fix
1 parent c8a0fa6 commit 1483ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
with:
4747
push: true
4848
tags: ${{ steps.prepare.outputs.image_tags }}
49+
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
4950

5051
- name: Create Release
5152
uses: actions/create-release@v1
@@ -56,5 +57,4 @@ jobs:
5657
release_name: Release ${{ steps.prepare.outputs.version }}
5758
body_path: CHANGELOG.md
5859
draft: false
59-
prerelease: false
60-
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
60+
prerelease: false

0 commit comments

Comments
 (0)