We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd52d1 commit 90465a1Copy full SHA for 90465a1
.github/workflows/build-test-release.yml
@@ -83,10 +83,11 @@ jobs:
83
container: debian:forky
84
platform: linux-gnu
85
arch: x64
86
- - runs-on: ${{ needs.configure.outputs.linux-musl-arm64 }}
87
- container: alpine:edge
88
- platform: linux-musl
89
- arch: arm64
+ # Error: JavaScript Actions in Alpine containers are only supported on x64 Linux runners. Detected Linux Arm64
+ # - runs-on: ${{ needs.configure.outputs.linux-musl-arm64 }}
+ # container: alpine:edge
+ # platform: linux-musl
90
+ # arch: arm64
91
- runs-on: ${{ needs.configure.outputs.linux-musl-x64 }}
92
container: alpine:edge
93
platform: linux-musl
0 commit comments