mirror of
https://github.com/kou029w/megabit-os.git
synced 2025-01-18 16:07:58 +00:00
use ubuntu-20.04
This commit is contained in:
parent
5aa089abe0
commit
64626876a2
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -4,11 +4,10 @@ on:
|
|||
schedule: [{ cron: "0 21 * * sun" }] # Every Monday at 6am Asia/Tokyo UTC+9
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
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 }}"
|
||||
- uses: mxschmitt/action-tmate@v2
|
||||
- run: bin/build
|
||||
- run: docker-compose push
|
||||
|
|
Loading…
Add table
Reference in a new issue