Skip to content

Commit

Permalink
feat: 修复跨平台编译
Browse files Browse the repository at this point in the history
  • Loading branch information
alonelucky committed Dec 28, 2023
1 parent d59b656 commit 100caea
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ jobs:
with:
go-version: "1.21"

- name: Build-android-386
run: CGO_ENABLED=0 GOOS=android GOARCH=386 go build -v -o weworkbot-android-386 .
- name: Build-android-amd64
run: CGO_ENABLED=0 GOOS=android GOARCH=amd64 go build -v -o weworkbot-android-amd64 .
- name: Build-android-arm
run: CGO_ENABLED=0 GOOS=android GOARCH=arm go build -v -o weworkbot-android-arm .
- name: Build-android-arm64
run: CGO_ENABLED=0 GOOS=android GOARCH=arm64 go build -v -o weworkbot-android-arm64 .
- name: Build-darwin-amd64
run: CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -v -o weworkbot-darwin-amd64 .
- name: Build-darwin-arm64
Expand Down Expand Up @@ -112,10 +104,6 @@ jobs:
draft: false
prerelease: false
files: |
weworkbot-android-386
weworkbot-android-amd64
weworkbot-android-arm
weworkbot-android-arm64
weworkbot-darwin-amd64
weworkbot-darwin-arm64
weworkbot-freebsd-386
Expand Down

0 comments on commit 100caea

Please sign in to comment.