Skip to content

Commit 5ece25d

Browse files
argo-hub.github fix multiarch
1 parent e7c33b5 commit 5ece25d

File tree

1 file changed

+1
-1
lines changed
  • workflows/github/versions/0.0.5/images/create-pr

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM debian:stable-slim
1+
FROM debian:stable-slim
22
ARG TARGETARCH
33
RUN apt update -y && apt install git curl -y && curl -L "https://github.com/mislav/hub/releases/download/v2.14.2/hub-linux-${TARGETARCH}-2.14.2.tgz" --output /tmp/hub.tar.gz && tar -xvf /tmp/hub.tar.gz -C /tmp && mv /tmp/hub-linux-${TARGETARCH}-2.14.2/bin/hub /usr/local/bin/ && rm -rf /tmp/hub* && rm -rf /var/lib/apt/lists/*
44
ENTRYPOINT hub

0 commit comments

Comments
 (0)