diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 497428ff..8723a0fa 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -11,6 +11,13 @@ jobs: run: DOCKER_BUILDKIT=1 docker build -t rootlesskit:test-unit --target test-unit . - name: "Unit test" run: docker run --rm --privileged rootlesskit:test-unit + test-cross: + name: "Cross compilation test" + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v3 + - name: "Build binaries" + run: DOCKER_BUILDKIT=1 docker build -o /tmp/artifact --target cross-artifact . test-integration: name: "Integration test" runs-on: ubuntu-latest