Skip to content

Commit

Permalink
Enable AOT build for linux-riscv64-musl (#2258)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Jun 6, 2024
1 parent 53b9ead commit 5ddd7fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-linux-musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
# https://gitlab.com/qemu-project/qemu/-/issues/1729
- arch: arm
platform: linux/amd64 # linux/arm/v7
# There is no docker image for riscv64 dart-sdk, build kernel snapshot instead.
- arch: riscv64
platform: linux/amd64 # linux/riscv64
platform: linux/riscv64

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5ddd7fc

Please sign in to comment.