Skip to content

Commit

Permalink
enable CGO compilation with encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Nov 8, 2023
1 parent 65aca53 commit f9bab38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f9bab38

Please # to comment.