Skip to content

Commit

Permalink
Merge pull request #373 from szaydel/szaydel/illumos-support
Browse files Browse the repository at this point in the history
Add support for gotestsum on illumos/amd64
  • Loading branch information
dnephin committed Oct 8, 2023
2 parents 3d63778 + 2c289d1 commit 44e8c11
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .project/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ builds:
- freebsd
- windows
- linux
- illumos
goarch:
- amd64
- arm64
Expand All @@ -36,6 +37,14 @@ builds:
goarch: s390x
- goos: windows
goarch: ppc64le
- goos: illumos
goarch: arm
- goos: illumos
goarch: arm64
- goos: illumos
goarch: s390x
- goos: illumos
goarch: ppc64le

checksum:
name_template: '{{ .ProjectName }}-{{ .Version }}-checksums.txt'
4 changes: 4 additions & 0 deletions internal/filewatcher/term_illumos.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package filewatcher

const tcGet = 0x540d
const tcSet = 0x540e

0 comments on commit 44e8c11

Please sign in to comment.