diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69c08b30..5fe5b1d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,8 @@ name: ci on: [pull_request] jobs: - build: - name: build + build_ubuntu: + name: build on Ubuntu runs-on: ubuntu-22.04 steps: - name: checking out @@ -15,3 +15,13 @@ jobs: working-directory: tgt run: | make + build_alpine: + name: build on Alpine Linux + runs-on: ubuntu-22.04 + steps: + - name: Setup Alpine Linux + uses: jirutka/setup-alpine@v1 + + - name: build + run: | + make