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:
parent
d86773ccc1
commit
334ac73daf
2 changed files with 3 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
|
@ -33,6 +33,7 @@ rsync -a dist/ /path/to/sd/
|
|||
- ruby
|
||||
- ssh-keygen
|
||||
- bash
|
||||
- qemu-user-static
|
||||
|
||||
### WiFi の設定
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue