Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yvan-sraka authored Aug 7, 2023
1 parent d3b33ea commit 8fb36c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ jobs:
# Static tools not working right now (so just building "-static-minimal" for now)
- target-platform: "-static"
variant: ""
# Windows cross compilation only works on x86_64 right now.
# Windows cross compilation only works on x86_64-linux right now.
- platform: aarch64-darwin
target-platform: "-windows"
- platform: aarch64-linux
target-platform: "-windows"
- platform: x86_64-darwin
target-platform: "-windows"

runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 8fb36c5

Please sign in to comment.