Skip to content

Commit

Permalink
enable cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
João Sousa authored and João Sousa committed Nov 23, 2023
1 parent e84400d commit dfb4b9a
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 @@ -30,7 +30,7 @@ RUN if [[ "${WASM}" == "true" ]]; then \

COPY . .

ENV CGO_ENABLED=0
ENV CGO_ENABLED=1
RUN make WASM="${WASM}" MUSLC="${WASM}" build

FROM alpine:3.18
Expand Down

0 comments on commit dfb4b9a

Please sign in to comment.