diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 46a098c..cc181fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,6 @@ name: CI on: push: - branches: [ "main", "ostree" ] - pull_request: - branches: [ "main" ] workflow_dispatch: jobs: @@ -12,5 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 - name: Build the image - run: ./build ostree + run: ./build ostree-amd64 ostree-arm64 + - run: ls -l .build/*.raw