Skip to content

Commit

Permalink
fix: build stbernard with the same targets as the BH build
Browse files Browse the repository at this point in the history
  • Loading branch information
juggernot325 committed Jun 14, 2024
1 parent 48c15e9 commit 4571e64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dockerfiles/bloodhound.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ ARG AZUREHOUND_VERSION=v2.1.9
FROM --platform=$BUILDPLATFORM docker.io/library/node:20-alpine AS deps
ARG version=v999.999.999
ARG checkout_hash=""
ARG TARGETOS
ARG TARGETARCH
ENV GOOS=${TARGETOS}
ENV GOARCH=${TARGETARCH}
ENV SB_LOG_LEVEL=debug
ENV VERSION=${version}
ENV CHECKOUT_HASH=${checkout_hash}
Expand Down

0 comments on commit 4571e64

Please sign in to comment.