Skip to content

Commit

Permalink
enable aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiiyya committed Nov 11, 2022
1 parent 43cb6e7 commit e9a1e25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
OS: ubuntu-latest
# - TARGET: x86_64-unknown-linux-musl # test in an alpine container on a mac
# OS: ubuntu-latest
# - TARGET: aarch64-unknown-linux-gnu # tested on aws t4g.nano
# OS: ubuntu-latest
# - TARGET: aarch64-unknown-linux-musl # tested on aws t4g.nano in alpine container
# OS: ubuntu-latest
- TARGET: aarch64-unknown-linux-gnu # tested on aws t4g.nano
OS: ubuntu-latest
- TARGET: aarch64-unknown-linux-musl # tested on aws t4g.nano in alpine container
OS: ubuntu-latest
# - TARGET: armv7-unknown-linux-gnueabihf # raspberry pi 2-3-4, not tested
# OS: ubuntu-latest
# - TARGET: armv7-unknown-linux-musleabihf # raspberry pi 2-3-4, not tested
Expand Down

0 comments on commit e9a1e25

Please sign in to comment.