Skip to content

Commit

Permalink
fix: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
piyoki committed Aug 14, 2023
1 parent 6aa555b commit 458d510
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/seed-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@ jobs:
strategy:
matrix:
goos: [ linux ]
goarch: [ arm64, riscv64, mips64, mips64le, mipsle, mips ]
goarch: [ arm64, 386, riscv64, mips64, mips64le, mipsle, mips ]
include:
# BEGIN Linux ARM 5 6 7 64
- goos: linux
goarch: arm64
buildargs: -buildmode=pie
# BEGIN Linux ARM 5 6 7
- goos: linux
goarch: arm
goarm: 7
Expand Down

0 comments on commit 458d510

Please sign in to comment.