Skip to content

Commit

Permalink
ci(seed-build): revert to #270
Browse files Browse the repository at this point in the history
  • Loading branch information
piyoki committed Aug 14, 2023
1 parent 5ab6ebb commit cc61bbc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/seed-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ jobs:
strategy:
matrix:
goos: [ linux ]
goarch: [ arm64, 386, riscv64, mips64, mips64le, mipsle, mips ]
goarch: [ 386, riscv64, mips64, mips64le, mipsle, mips ]
include:
# BEGIN Linux ARM 5 6 7
# BEGIN Linux ARM 5 6 7 64
- goos: linux
goarch: arm64
buildargs: -buildmode=pie
- goos: linux
goarch: arm
goarm: 7
Expand All @@ -47,12 +50,15 @@ jobs:
- goos: linux
goarch: amd64
goamd64: v1
buildargs: -buildmode=pie
- goos: linux
goarch: amd64
goamd64: v2
buildargs: -buildmode=pie
- goos: linux
goarch: amd64
goamd64: v3
buildargs: -buildmode=pie
# END Linux AMD64 v1 v2 v3
fail-fast: false

Expand All @@ -63,6 +69,7 @@ jobs:
GOARM: ${{ matrix.goarm }}
GOAMD64: ${{ matrix.goamd64 }}
CGO_ENABLED: 0
BUILD_ARGS: ${{ matrix.buildargs }}

steps:
- name: Checkout codebase
Expand Down

0 comments on commit cc61bbc

Please sign in to comment.