Skip to content

Commit

Permalink
Removes 386 compilation binaries from release bc of:
Browse files Browse the repository at this point in the history
```
gopkg.in/olebedev/go-duktape.v3
# gopkg.in/olebedev/go-duktape.v3
../../../../pkg/mod/gopkg.in/olebedev/[email protected]/dbgsockettransport.go:14:16: undefined: Context
../../../../pkg/mod/gopkg.in/olebedev/[email protected]/dbgsockettransport.go:16:15: undefined: DebugRequestFunc
../../../../pkg/mod/gopkg.in/olebedev/[email protected]/dbgsockettransport.go:17:15: undefined: DebugDetachedFunc
```

status-im/status-go#1793 (comment)
  • Loading branch information
web3coach committed Jun 6, 2021
1 parent 78ff803 commit ab48448
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, darwin/amd64
# build and publish in parallel: linux/amd64, darwin/amd64
goos: [linux, darwin]
goarch: ["386", amd64]
exclude:
- goarch: "386"
goos: darwin
goarch: [amd64]
steps:
- uses: actions/checkout@v2
- name: Run tests
Expand Down

0 comments on commit ab48448

Please sign in to comment.