Skip to content

Commit

Permalink
build: cross-compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
caelansar committed Aug 20, 2023
1 parent 11e0f1d commit c07d230
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,15 @@ jobs:
- windows-latest
include:
- os: macos-latest
target: x86_64-apple-darwin
features: vm
- os: macos-latest
target: aarch64-apple-darwin
features: vm
- os: ubuntu-latest
target: aarch64-unknown-linux-gnu
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c07d230

Please sign in to comment.