From 1499bf63a6469ba0a06c6651c64e4f1c683b3d53 Mon Sep 17 00:00:00 2001 From: shirou Date: Sat, 30 Jul 2022 02:11:39 +0000 Subject: [PATCH] feat: drop darwin/i386 from README and Makefile --- Makefile | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0fafbfc33..9f6639e67 100644 --- a/Makefile +++ b/Makefile @@ -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 ./... diff --git a/README.md b/README.md index 8e4e937f1..840c353f1 100644 --- a/README.md +++ b/README.md @@ -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!)