We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f317e4 commit 93cba4cCopy full SHA for 93cba4c
.github/workflows/builder.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: build
17
run: |
18
sudo apt-get update
19
- sudo apt install qemu-user-static s3fs g++-aarch64-linux-gnu
+ sudo apt install qemu-user-static s3fs
20
sudo pip install requests
21
mkdir images && sudo APIKEY=${{ secrets.GITHUBAPITOKEN }} USERNAME=${{ secrets.GITHUBUSERNAME }} PATH=./node_modules/.bin:$PATH ./builder --noninteractive
22
image=$(find images/*.img | head -1)
0 commit comments