Skip to content

Commit

Permalink
remove windos
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf committed Sep 2, 2024
1 parent ef87b00 commit 5353fc6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/buildAndPush-binary-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, windows, darwin] # 需要打包的系统
goos: [linux, darwin] # 需要打包的系统
goarch: [amd64, arm64] # 需要打包的架构
exclude: # 排除某些平台和架构
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@v3
- name: Inject slug/short variables
Expand Down

0 comments on commit 5353fc6

Please sign in to comment.