Skip to content

Commit

Permalink
added arm64 compiler in builder
Browse files Browse the repository at this point in the history
  • Loading branch information
rjpadilla committed Jun 5, 2021
1 parent a67af5d commit 186f7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: build
run: |
sudo apt-get update
sudo apt install qemu-user-static g++-arm-linux-gnueabihf kpartx aria2 tree s3fs
sudo apt install qemu-user-static g++-arm-linux-gnueabihf g++-aarch64-linux-gnu kpartx aria2 tree s3fs
sudo pip install requests
mkdir images && sudo APIKEY=${{ secrets.GITHUBAPITOKEN }} USERNAME=${{ secrets.GITHUBUSERNAME }} PATH=./node_modules/.bin:$PATH ./builder --noninteractive ${{ matrix.arch }}
- name: release
Expand Down

0 comments on commit 186f7fb

Please sign in to comment.