Skip to content

Commit

Permalink
feat: drop darwin/i386 from README and Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
shirou committed Jul 30, 2022
1 parent c76712b commit 1499bf6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -39,7 +39,6 @@ endif

vet:
GOOS=darwin GOARCH=amd64 go vet ./...
GOOS=darwin GOARCH=386 go vet ./...
GOOS=darwin GOARCH=arm64 go vet ./...

GOOS=dragonfly GOARCH=amd64 go vet ./...
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ can be skipped.
- FreeBSD i386/amd64/arm
- Linux i386/amd64/arm(raspberry pi)
- Windows i386/amd64/arm/arm64
- Darwin i386/amd64
- Darwin amd64/arm64
- OpenBSD amd64 (Thank you @mpfz0r!)
- Solaris amd64 (developed and tested on SmartOS/Illumos, Thank you
@jen20!)
Expand Down

0 comments on commit 1499bf6

Please sign in to comment.