Skip to content

Commit 5ddd7fc

Browse files
authored
Enable AOT build for linux-riscv64-musl (#2258)
1 parent 53b9ead commit 5ddd7fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-linux-musl.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ jobs:
2626
# https://gitlab.com/qemu-project/qemu/-/issues/1729
2727
- arch: arm
2828
platform: linux/amd64 # linux/arm/v7
29-
# There is no docker image for riscv64 dart-sdk, build kernel snapshot instead.
3029
- arch: riscv64
31-
platform: linux/amd64 # linux/riscv64
30+
platform: linux/riscv64
3231

3332
steps:
3433
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)