Skip to content

Instantly share code, notes, and snippets.

@petrjahoda
Last active April 29, 2022 07:45
Show Gist options
  • Save petrjahoda/33f4a96dbfc1b66e2c3f5d0c857b36dd to your computer and use it in GitHub Desktop.
Save petrjahoda/33f4a96dbfc1b66e2c3f5d0c857b36dd to your computer and use it in GitHub Desktop.
FROM scratch
ARG TARGETOS
ARG TARGETARCH
ADD /${TARGETOS}/${TARGETARCH} /
ENTRYPOINT ["/system_service"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment