build(ci): build image by CI

This commit is contained in:
Mogeko 2021-11-18 00:33:07 +00:00
parent ff20a896a4
commit a04e097c05
No known key found for this signature in database
GPG key ID: B35485A88F40AD2C

View file

@ -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