From a2ab9e0425982327b00915b4ef9785ecb4e2e2d5 Mon Sep 17 00:00:00 2001 From: Toby Date: Sat, 6 Aug 2022 11:57:10 -0700 Subject: [PATCH] ci: xgo does not support freebsd targets --- .github/workflows/build-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-master.yml b/.github/workflows/build-master.yml index d519d44..bbd140a 100644 --- a/.github/workflows/build-master.yml +++ b/.github/workflows/build-master.yml @@ -33,7 +33,7 @@ jobs: go_version: 1.18 dest: dist prefix: hysteria - targets: linux/amd64,linux/386,linux/arm-5,linux/arm-7,linux/arm64,linux/s390x,linux/mipsle,darwin-10.12/amd64,darwin-10.12/arm64,windows-6.0/amd64,windows-6.0/386,freebsd/amd64,freebsd/386,freebsd/arm,freebsd/arm64 + targets: linux/amd64,linux/386,linux/arm-5,linux/arm-7,linux/arm64,linux/s390x,linux/mipsle,darwin-10.12/amd64,darwin-10.12/arm64,windows-6.0/amd64,windows-6.0/386 ldflags: -w -s -X main.appCommit=${{ github.sha }} -X main.appDate=${{ env.TIME }} pkg: cmd