Skip to content

Commit

Permalink
气死我了
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnjk committed Aug 23, 2024
1 parent 419714e commit 02c98a2
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,11 @@ jobs:
- goarch: 386
goos: dragonfly
include:
# BEGIN Linux ARM 5 6 7
- goos: linux
goarch: arm
goarm: 7
- goos: linux
goarch: arm
goarm: 6
- goos: linux
goarch: arm
goarm: 5
# END Linux ARM 5 6 7
# BEGIN Android ARM 8
- goos: android
goarch: arm64
# END Android ARM 8
# BEGIN Other architectures
# BEGIN riscv64 & ARM64
- goos: linux
goarch: arm64
- goos: freebsd
goarch: arm64
# END Other architectures

runs-on: ubuntu-latest
env:
Expand All @@ -68,7 +51,7 @@ jobs:
check-latest: true

- name: Build
run: go build -o ./dist/${{ env.BUILD_NAME }} app.go
run: go build -o dist/${{ env.BUILD_NAME }} app.go

- name: Get version
id: get_version
Expand Down

0 comments on commit 02c98a2

Please sign in to comment.