Skip to content

Instantly share code, notes, and snippets.

@st3fan
Created September 19, 2025 00:03
Show Gist options
  • Save st3fan/37e6d4634861dce7c26db76ed86dc289 to your computer and use it in GitHub Desktop.
Save st3fan/37e6d4634861dce7c26db76ed86dc289 to your computer and use it in GitHub Desktop.
FROM alpine:3.20.2
ARG TARGETARCH
COPY foo-${TARGETARCH} /usr/local/bin/foo
ENTRYPOINT ["/usr/local/bin/foo"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment