Skip to content

Commit

Permalink
tidy up location of args
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Sep 20, 2023
1 parent 4ebcae9 commit 3c78791
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ FROM binhex/arch-base:latest
LABEL org.opencontainers.image.authors = "binhex"
LABEL org.opencontainers.image.source = "https://github.com/binhex/arch-medusa"

# release tag name from buildx arg
ARG RELEASETAG

# arch from buildx --platform, e.g. amd64
ARG TARGETARCH

# additional files
##################

Expand All @@ -11,12 +17,6 @@ ADD build/*.conf /etc/supervisor/conf.d/
# add install bash script
ADD build/root/*.sh /root/

# release tag name from buildx arg
ARG RELEASETAG

# arch from buildx --platform, e.g. amd64
ARG TARGETARCH

# install app
#############

Expand Down

0 comments on commit 3c78791

Please sign in to comment.