Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/neodyland/Artifacter
Browse files Browse the repository at this point in the history
  • Loading branch information
Googlefan256 committed Oct 10, 2023
2 parents 46af40c + 5cf1ffe commit f48d811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ RUN dpkgArch="$(dpkg --print-architecture)"; \
case "$apkArch" in \
amd64) cp /out/x86-64/artifacter /art ;; \
arm64) cp /out/aarch64/artifacter /art ;; \
esac; \
esac;
RUN rm -rf /out
CMD ["./art"]

0 comments on commit f48d811

Please sign in to comment.