Skip to content

Commit

Permalink
disable parallel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
amittiwari28 committed Feb 6, 2025
1 parent b92d76d commit 84cfb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.fips
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ARG TARGETARCH
RUN GOOS=linux GOARCH=$TARGETARCH \
BUILD_TAGS=fips GOEXPERIMENT=systemcrypto \
CGO_ENABLED=1 FIPS_ENABLED=1 \
go build -ldflags="-s -w" -o /app/reports-server ./
go build -p 1 -ldflags="-s -w" -o /app/reports-server ./

RUN groupadd --system appgroup && \
useradd --system --uid 1001 --gid appgroup --home-dir /nonexistent --shell /usr/sbin/nologin appuser && \
Expand Down

0 comments on commit 84cfb87

Please # to comment.