We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33204d3 commit 0a81405Copy full SHA for 0a81405
.github/workflows/builder.yml
@@ -16,7 +16,8 @@ jobs:
16
- name: build
17
run: |
18
sudo apt-get update
19
- sudo apt install qemu-user-static g++-arm-linux-gnueabihf g++-aarch64-linux-gnu kpartx aria2 tree s3fs
+ sudo apt install 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