Skip to content

Commit 90465a1

Browse files
committed
arst
1 parent 2dd52d1 commit 90465a1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build-test-release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,11 @@ jobs:
8383
container: debian:forky
8484
platform: linux-gnu
8585
arch: x64
86-
- runs-on: ${{ needs.configure.outputs.linux-musl-arm64 }}
87-
container: alpine:edge
88-
platform: linux-musl
89-
arch: arm64
86+
# Error: JavaScript Actions in Alpine containers are only supported on x64 Linux runners. Detected Linux Arm64
87+
# - runs-on: ${{ needs.configure.outputs.linux-musl-arm64 }}
88+
# container: alpine:edge
89+
# platform: linux-musl
90+
# arch: arm64
9091
- runs-on: ${{ needs.configure.outputs.linux-musl-x64 }}
9192
container: alpine:edge
9293
platform: linux-musl

0 commit comments

Comments
 (0)