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 53b9ead commit 5ddd7fcCopy full SHA for 5ddd7fc
.github/workflows/build-linux-musl.yml
@@ -26,9 +26,8 @@ jobs:
26
# https://gitlab.com/qemu-project/qemu/-/issues/1729
27
- arch: arm
28
platform: linux/amd64 # linux/arm/v7
29
- # There is no docker image for riscv64 dart-sdk, build kernel snapshot instead.
30
- arch: riscv64
31
- platform: linux/amd64 # linux/riscv64
+ platform: linux/riscv64
32
33
steps:
34
- uses: actions/checkout@v4
0 commit comments