From a04e097c050f0b4f8cb6f5370c976cd5abe366da Mon Sep 17 00:00:00 2001 From: Mogeko Date: Thu, 18 Nov 2021 00:33:07 +0000 Subject: [PATCH] build(ci): build image by CI --- .github/workflows/build.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a9761bb..d3abcbd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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