Skip to content

Commit d3dea75

Browse files
committed
tidy up location of args
1 parent 4d9ed18 commit d3dea75

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dockerfile

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ FROM binhex/arch-base:latest
22
LABEL org.opencontainers.image.authors = "binhex"
33
LABEL org.opencontainers.image.source = "https://github.com/binhex/arch-plex"
44

5+
# release tag name from buildx arg
6+
ARG RELEASETAG
7+
8+
# arch from buildx --platform, e.g. amd64
9+
ARG TARGETARCH
10+
511
# additional files
612
##################
713

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

14-
# release tag name from buildx arg
15-
ARG RELEASETAG
16-
17-
# arch from buildx --platform, e.g. amd64
18-
ARG TARGETARCH
19-
2020
# add run bash script
2121
ADD run/nobody/*.sh /home/nobody/
2222

0 commit comments

Comments
 (0)