Skip to content

Commit

Permalink
.goreleaser.yml: build for s390x and ppc64le (#177)
Browse files Browse the repository at this point in the history
* .goreleaser.yml: build for s390x and ppc64le

* .golangci.yml: disable paralleltest linter
  • Loading branch information
edigaryev authored Nov 23, 2020
1 parent b1e0d82 commit 7feaf1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ linters:
# which is largely based on default values for struct fields.
- exhaustivestruct

# Enough parallelism for now.
- paralleltest

issues:
# Don't hide multiple issues that belong to one class since GitHub annotations can handle them all nicely.
max-issues-per-linter: 0
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ builds:
- amd64
- arm
- arm64
- s390x
- ppc64le

archives:
- id: binary
Expand Down

0 comments on commit 7feaf1a

Please sign in to comment.