Skip to content

Commit 1499bf6

Browse files
committed
feat: drop darwin/i386 from README and Makefile
1 parent c76712b commit 1499bf6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ endif
3939

4040
vet:
4141
GOOS=darwin GOARCH=amd64 go vet ./...
42-
GOOS=darwin GOARCH=386 go vet ./...
4342
GOOS=darwin GOARCH=arm64 go vet ./...
4443

4544
GOOS=dragonfly GOARCH=amd64 go vet ./...

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ can be skipped.
3131
- FreeBSD i386/amd64/arm
3232
- Linux i386/amd64/arm(raspberry pi)
3333
- Windows i386/amd64/arm/arm64
34-
- Darwin i386/amd64
34+
- Darwin amd64/arm64
3535
- OpenBSD amd64 (Thank you @mpfz0r!)
3636
- Solaris amd64 (developed and tested on SmartOS/Illumos, Thank you
3737
@jen20!)

0 commit comments

Comments
 (0)