Skip to content

Commit 78419ea

Browse files
committed
Fix release.
1 parent 6d644a6 commit 78419ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
name: Linux x86-64 (glibc)
5959
image: debian/bookworm
6060
arch: amd64
61-
- os: ubuntu-24.04 (musl)
62-
name: Linux aarch64
61+
- os: ubuntu-24.04
62+
name: Linux aarch64 (musl)
6363
image: alpine
6464
arch: arm64
65-
- os: ubuntu-24.04 (glibc)
66-
name: Linux aarch64
65+
- os: ubuntu-24.04
66+
name: Linux aarch64 (glibc)
6767
image: debian/bookworm
6868
arch: arm64
6969
- os: ubuntu-24.04

0 commit comments

Comments
 (0)