mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 08:19:47 +00:00
Check linux-arm64
This commit is contained in:
parent
49a09f1e15
commit
76d4338e23
4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user