Skip to content

Commit

Permalink
moving to TARGETARCH build argument
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Rossetti <[email protected]>
  • Loading branch information
odra committed May 23, 2024
1 parent f4e2ed5 commit de0bae2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eclipse-bluechi/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
# ********************************************************************************/
FROM quay.io/centos-sig-automotive/autosd:latest

ARG GRPCURL_URL=https://github.com/fullstorydev/grpcurl/releases/download/v1.8.7/grpcurl_1.8.7_linux_$(arch).tar.gz
ARG TARGETARCH=x86_64

ARG GRPCURL_URL=https://github.com/fullstorydev/grpcurl/releases/download/v1.8.7/grpcurl_1.8.7_linux_${TARGETARCH}.tar.gz

RUN mkdir /usr/bin/grpcurl.d && \
curl -sSL ${GRPCURL_URL} | tar -xvz --directory /usr/bin/grpcurl.d && \
Expand Down

0 comments on commit de0bae2

Please sign in to comment.