Skip to content

Commit

Permalink
test: BUILDPLATFORM variable
Browse files Browse the repository at this point in the history
  • Loading branch information
apaletta3 committed Mar 25, 2024
1 parent edac49c commit 07aa98e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ FROM openspacecollective/open-space-toolkit-base-development:${BASE_IMAGE_VERSIO

LABEL maintainer="[email protected]"

ARG TARGETPLATFORM="linux/amd64"
RUN echo "I'm building for $TARGETPLATFORM"

# Dependencies

# jq
Expand Down

0 comments on commit 07aa98e

Please sign in to comment.