Update cross-build.yml

This commit is contained in:
Kévin Dunglas 2024-10-22 16:22:55 +02:00 committed by GitHub
parent ff534c387f
commit 7f5aceb93d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,4 +70,4 @@ jobs:
continue-on-error: true
working-directory: ./cmd/caddy
run: |
GOOS=$GOOS GOARCH=$GOARCH go build -tags nobadger,nomysql,nopgx -trimpath -o caddy-"$GOOS"-$GOARCH 2> /dev/null
GOOS=$GOOS GOARCH=$GOARCH go build -tags=nobadger,nomysql,nopgx -trimpath -o caddy-"$GOOS"-$GOARCH 2> /dev/null