Skip to content

Commit

Permalink
test local
Browse files Browse the repository at this point in the history
  • Loading branch information
galal-hussein committed Jun 5, 2024
1 parent 8178d15 commit 5620672
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ ARG GO_IMAGE=rancher/hardened-build-base:v1.22.3b1
FROM ${BCI_IMAGE} as bci
FROM ${GO_IMAGE} as builder
ARG GOOS="linux"
ARG TARGETPLATFORM
ARG BUILDPLATFORM
RUN echo "I am running on $BUILDPLATFORM, building for $TARGETPLATFORM"
# setup required packages
RUN set -x && \
Expand Down

0 comments on commit 5620672

Please sign in to comment.