Skip to content

Commit

Permalink
Add more targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ogxd committed May 17, 2024
1 parent bf0feed commit 1864e6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cross_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ jobs:
- target: "aarch64-apple-darwin"
can_work_as_hybrid: false
- target: "aarch64-unknown-linux-gnu"
can_work_as_hybrid: true
can_work_as_hybrid: false
- target: "aarch64-unknown-linux-musl"
can_work_as_hybrid: true
can_work_as_hybrid: false
- target: "i686-unknown-linux-gnu"
can_work_as_hybrid: true
- target: "x86_64-pc-windows-gnu"
can_work_as_hybrid: true
- target: "x86_64-unknown-linux-gnu"
can_work_as_hybrid: true

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rust_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
# Trigger when merged on main
push:
branches: [ "main" ]
# Manual trigger
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 1864e6f

Please sign in to comment.