feat: drop darwin/i386 from README and Makefile

pull/1335/head
shirou 3 years ago
parent c76712b8da
commit 1499bf63a6

@ -39,7 +39,6 @@ endif
vet: vet:
GOOS=darwin GOARCH=amd64 go vet ./... GOOS=darwin GOARCH=amd64 go vet ./...
GOOS=darwin GOARCH=386 go vet ./...
GOOS=darwin GOARCH=arm64 go vet ./... GOOS=darwin GOARCH=arm64 go vet ./...
GOOS=dragonfly GOARCH=amd64 go vet ./... GOOS=dragonfly GOARCH=amd64 go vet ./...

@ -31,7 +31,7 @@ can be skipped.
- FreeBSD i386/amd64/arm - FreeBSD i386/amd64/arm
- Linux i386/amd64/arm(raspberry pi) - Linux i386/amd64/arm(raspberry pi)
- Windows i386/amd64/arm/arm64 - Windows i386/amd64/arm/arm64
- Darwin i386/amd64 - Darwin amd64/arm64
- OpenBSD amd64 (Thank you @mpfz0r!) - OpenBSD amd64 (Thank you @mpfz0r!)
- Solaris amd64 (developed and tested on SmartOS/Illumos, Thank you - Solaris amd64 (developed and tested on SmartOS/Illumos, Thank you
@jen20!) @jen20!)

Loading…
Cancel
Save