Skip to content

Commit

Permalink
Merge pull request #1335 from tklauser/drop-darwin-386
Browse files Browse the repository at this point in the history
host, process: delete darwin/386 code
  • Loading branch information
shirou committed Jul 30, 2022
2 parents 360136f + 1499bf6 commit ed37dc2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 258 deletions.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -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 ./...
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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!)
Expand Down
20 changes: 0 additions & 20 deletions host/host_darwin_386.go

This file was deleted.

236 changes: 0 additions & 236 deletions process/process_darwin_386.go

This file was deleted.

0 comments on commit ed37dc2

Please sign in to comment.