Skip to content

Commit 421684d

Browse files
committed
Get rid of 386 build
No need to test this nowadays, the world has moved on.
1 parent 5983a41 commit 421684d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,8 @@ jobs:
3838
crosscompile:
3939
strategy:
4040
matrix:
41-
goarch: [386, amd64, arm64]
41+
goarch: [amd64, arm64]
4242
goos: [darwin, freebsd, linux, windows]
43-
exclude:
44-
- goarch: 386
45-
goos: darwin
4643

4744
runs-on: ubuntu-latest
4845
steps:

0 commit comments

Comments
 (0)