Skip to content

Commit

Permalink
add aarch64-unknown-linux-gnu deno build
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiker committed May 8, 2024
1 parent e4fa9ad commit 1770f76
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deno-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
matrix:
target:
- x86_64-unknown-linux-gnu
- x86_64-pc-windows-msvc
- aarch64-unknown-linux-gnu
- x86_64-apple-darwin
- aarch64-apple-darwin
- x86_64-pc-windows-msvc

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -59,7 +60,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
files: |
build/l2launcher-x86_64-unknown-linux-gnu
build/l2launcher-aarch64-apple-darwin
build/l2launcher-aarch64-unknown-linux-gnu
build/l2launcher-x86_64-apple-darwin
build/l2launcher-aarch64-apple-darwin
build/l2launcher-x86_64-pc-windows-msvc.exe

0 comments on commit 1770f76

Please sign in to comment.