1
0
Fork 0
mirror of https://github.com/kou029w/yama.git synced 2025-01-18 16:08:11 +00:00

fix build error (install qemu-user-static)

This commit is contained in:
Nebel 2020-08-08 23:25:52 +09:00
parent d86773ccc1
commit 334ac73daf
2 changed files with 3 additions and 0 deletions

View file

@ -1,11 +1,13 @@
name: build
on:
workflow_dispatch:
schedule: [{ cron: "0 21 * * sun" }] # Every Monday at 6am Asia/Tokyo UTC+9
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install -y qemu-user-static
- run: docker login docker.pkg.github.com -u "${GITHUB_ACTOR}" -p "${{ github.token }}"
- run: bin/build
- run: docker-compose push

View file

@ -33,6 +33,7 @@ rsync -a dist/ /path/to/sd/
- ruby
- ssh-keygen
- bash
- qemu-user-static
### WiFi の設定