Skip to content

Commit

Permalink
构建: 为silk包构建添加universal目标
Browse files Browse the repository at this point in the history
在github actions的工作流中,为silk包的构建过程添加了universal目标,以支持
多架构的构建。
  • Loading branch information
lw396 committed Jun 28, 2024
1 parent e717f02 commit a3d4d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build C binary
run: |
cd ./pkg/audio/silk
make
make universal
- name: Build go binary
run: |
Expand Down

0 comments on commit a3d4d5e

Please sign in to comment.