From 68401976a86c623cf101489e5a2830fb20ec7206 Mon Sep 17 00:00:00 2001 From: Florian Wilhelm <2292245+fwilhe@users.noreply.github.com> Date: Tue, 10 Oct 2023 12:43:43 +0200 Subject: [PATCH] Build multi-arch --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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