Skip to content

Commit

Permalink
build(build): 添加arm版本
Browse files Browse the repository at this point in the history
  • Loading branch information
lsewcx committed Jul 16, 2024
1 parent e08b266 commit 402b04a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ name: Build Application
on:
push:
branches:
- build # 指定触发工作流的分支名称
- main # 指定触发工作流的分支名称

jobs:
build-macos:
runs-on: macOS-latest
env:
ARCHFLAGS: "-arch x86_64"
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit 402b04a

Please sign in to comment.