feat: drop darwin/i386 from README and Makefile

This commit is contained in:
shirou 2022-07-30 02:11:39 +00:00
parent c76712b8da
commit 1499bf63a6
2 changed files with 1 additions and 2 deletions

View File

@ -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 ./...

View File

@ -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!)