Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Feel-ix-343 authored Apr 1, 2024
1 parent 421fda7 commit 5f5a0d1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,21 @@ jobs:
target: x86_64-unknown-linux-gnu
use-cross: true

- build: linux
os: ubuntu-latest
target: aarch64-unknown-linux-gnu
use-cross: true

- build: macos
os: macos-latest
target: x86_64-apple-darwin
use-cross: true

- build: macos
os: macos-latest
target: aarch64-apple-darwin
use-cross: true

- build: windows-gnu
os: windows-latest
target: x86_64-pc-windows-gnu
Expand Down

0 comments on commit 5f5a0d1

Please sign in to comment.