Skip to content

Commit

Permalink
ci: add back support for i386 architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Mar 29, 2021
1 parent c5ccf94 commit 6c6d1e8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .goreleaser.yml
Expand Up @@ -24,11 +24,9 @@ builds:
- darwin
- windows
goarch:
# 32 bits architectures aren't supported by dgraph-io/badger yet:
# https://github.com/dgraph-io/badger/issues/1385
#- 386
- 386
- amd64
#- arm
- arm
- arm64
goarm:
- 5
Expand Down

0 comments on commit 6c6d1e8

Please sign in to comment.