Skip to content

Commit 4c74f67

Browse files
authored
chore(release): update musl armv6l, armv7l platform name to musllinux (#125)
1 parent 30e0ac3 commit 4c74f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ jobs:
138138
image: ghcr.io/cross-rs/arm-unknown-linux-gnueabihf:main
139139
runs-on: buildjet-4vcpu-ubuntu-2204
140140
- target: arm-unknown-linux-musleabihf
141-
platform: linux_armv6l
141+
platform: musllinux_armv6l
142142
image: ghcr.io/cross-rs/arm-unknown-linux-musleabihf:main
143143
runs-on: buildjet-4vcpu-ubuntu-2204
144144
- target: armv7-unknown-linux-musleabihf
145-
platform: linux_armv7l
145+
platform: musllinux_armv7l
146146
image: ghcr.io/cross-rs/armv7-unknown-linux-musleabihf:main
147147
runs-on: buildjet-4vcpu-ubuntu-2204
148148
- target: i686-unknown-linux-musl

0 commit comments

Comments
 (0)