enable CGO compilation with encryption

This commit is contained in:
Jason Kulatunga 2023-11-08 07:05:42 -08:00
parent 65aca539c7
commit f9bab38744
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ RUN --mount=type=cache,target=/tmp/lock,sharing=locked \
&& go generate ./... \
&& go vet ./... \
&& go test -timeout=20m ./... \
&& CGO_ENABLED=0 go build -o /go/bin/fasten ./backend/cmd/fasten/
&& go build -o /go/bin/fasten ./backend/cmd/fasten/
# create folder structure
RUN mkdir -p /opt/fasten/db \