FROM scratch
ARG TARGETPLATFORM
COPY target/$TARGETPLATFORM/advent-of-code /advent-of-code
ENTRYPOINT ["/advent-of-code"]
