From 76d4338e236be375f100375e96e4a762699794e7 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 16 Jun 2024 22:21:56 +0200 Subject: [PATCH] Check linux-arm64 --- .github/workflows/build-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index fa57b2e6..c6b13f9c 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -340,7 +340,7 @@ jobs: build_linux_arm64: name: Build app (linux-arm64) runs-on: ubuntu-latest - if: false # disable this job for now + if: true # disable this job for now steps: - name: Checkout repository @@ -574,7 +574,7 @@ jobs: create_update_file: name: Create Tauri update file runs-on: ubuntu-latest - needs: [build_main, read_metadata] # TODO: build_linux_arm64 + needs: [build_main, read_metadata, build_linux_arm64] # TODO: build_linux_arm64 steps: - name: Create artifact directory run: mkdir -p $GITHUB_WORKSPACE/artifacts