Created
September 19, 2025 00:03
-
-
Save st3fan/37e6d4634861dce7c26db76ed86dc289 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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