build(ci): build image by CI
This commit is contained in:
parent
ff20a896a4
commit
a04e097c05
1 changed files with 13 additions and 0 deletions
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
|
|
@ -22,6 +22,19 @@ jobs:
|
|||
env:
|
||||
ALPINE_PKG_URL: https://pkgs.alpinelinux.org/package/edge/testing/x86_64/qbittorrent-nox
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
needs: check
|
||||
permissions:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Build
|
||||
run: make build
|
||||
|
||||
meta:
|
||||
runs-on: ubuntu-latest
|
||||
needs: check
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue