Skip to content

Commit ed37dc2

Browse files
authored
Merge pull request #1335 from tklauser/drop-darwin-386
host, process: delete darwin/386 code
2 parents 360136f + 1499bf6 commit ed37dc2

File tree

4 files changed

+1
-258
lines changed

4 files changed

+1
-258
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!)

host/host_darwin_386.go

Lines changed: 0 additions & 20 deletions
This file was deleted.

process/process_darwin_386.go

Lines changed: 0 additions & 236 deletions
This file was deleted.

0 commit comments

Comments
 (0)