From 0177157c698c5f2d872733fbd7e9fcc23ca8d22a Mon Sep 17 00:00:00 2001 From: xjasonlyu Date: Sun, 25 Sep 2022 16:23:47 +0800 Subject: [PATCH] Chore: deprecate openbsd-386 --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 0312f75..898892e 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,6 @@ UNIX_ARCH_LIST = \ linux-ppc64 \ linux-ppc64le \ linux-s390x \ - openbsd-386 \ openbsd-amd64 \ openbsd-amd64-v3 \ openbsd-arm64 @@ -130,9 +129,6 @@ linux-ppc64le: linux-s390x: GOARCH=s390x GOOS=linux $(GO_BUILD) -o $(BUILD_DIR)/$(BINARY)-$@ -openbsd-386: - GOARCH=386 GOOS=openbsd $(GO_BUILD) -o $(BUILD_DIR)/$(BINARY)-$@ - openbsd-amd64: GOARCH=amd64 GOOS=openbsd $(GO_BUILD) -o $(BUILD_DIR)/$(BINARY)-$@