Skip to content

Commit 29be881

Browse files
committed
chore: updated goreleaser syntax in Makefile
1 parent 6c9a6fc commit 29be881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GOFILESNOTEST=`go list ./... | grep -v test`
1212
$(shell mkdir -p ${DIR})
1313

1414
all:
15-
@goreleaser build --skip-validate --single-target --config .github/goreleaser.yml
15+
@goreleaser build --skip validate --single-target --config .github/goreleaser.yml
1616

1717
freebsd: lint
1818
env CGO_ENABLED=0 GOOS=freebsd GOARCH=amd64 go build -trimpath ${LDFLAGS} ${GCFLAGS} ${ASMFLAGS} -o ${DIR}/chisel-freebsd_amd64 .

0 commit comments

Comments
 (0)