Skip to content

Commit

Permalink
build: dynamic arch for health probe
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF authored Dec 19, 2023
1 parent 8e6417c commit bcf0d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app

# Install gRPC Health Probe
RUN set -ex \
&& curl -fSL https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.19/grpc_health_probe-linux-amd64 -o /usr/local/bin/grpc_health_probe \
&& curl -fSL https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.19/grpc_health_probe-$TARGETOS-$TARGETARCH -o /usr/local/bin/grpc_health_probe \
&& chmod +x /usr/local/bin/grpc_health_probe

#######################################################
Expand Down

0 comments on commit bcf0d36

Please sign in to comment.