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