refactor: use build tags to disable, instead of to enable a feature (#1113)

This commit is contained in:
Kévin Dunglas
2024-10-24 14:14:47 +02:00
committed by GitHub
parent d53f909d20
commit afedeb9d58
16 changed files with 31 additions and 53 deletions

View File

@@ -78,7 +78,7 @@ WORKDIR /go/src/app
COPY . .
WORKDIR /go/src/app/caddy/frankenphp
RUN go build -buildvcs=false -tags 'brotli,watcher,nobadger,nomysql,nopgx'
RUN go build -buildvcs=false -tags 'nobadger,nomysql,nopgx'
WORKDIR /go/src/app
CMD [ "zsh" ]