mirror of
https://github.com/kou029w/yama.git
synced 2025-01-19 00:18:06 +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
|
name: build
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule: [{ cron: "0 21 * * sun" }] # Every Monday at 6am Asia/Tokyo UTC+9
|
schedule: [{ cron: "0 21 * * sun" }] # Every Monday at 6am Asia/Tokyo UTC+9
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- 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: docker login docker.pkg.github.com -u "${GITHUB_ACTOR}" -p "${{ github.token }}"
|
||||||
- run: bin/build
|
- run: bin/build
|
||||||
- run: docker-compose push
|
- run: docker-compose push
|
||||||
|
|
|
@ -33,6 +33,7 @@ rsync -a dist/ /path/to/sd/
|
||||||
- ruby
|
- ruby
|
||||||
- ssh-keygen
|
- ssh-keygen
|
||||||
- bash
|
- bash
|
||||||
|
- qemu-user-static
|
||||||
|
|
||||||
### WiFi の設定
|
### WiFi の設定
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue