Skip to content

Commit b0e778c

Browse files
committed
workflow: fix proxmox-backup-server arch used
1 parent c61144c commit b0e778c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dockerfiles/Dockerfile.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ COPY --from=builder /src/release/ /release/
6060

6161
# Bundle server
6262
ARG VERSION
63+
ARG ARCH=
6364
ADD /scripts/release /src/scripts/release
6465
RUN /src/scripts/release/apt-install.bash --gen /release/install /release proxmox-backup-server
65-
RUN /src/scripts/release/bundle-tgz.bash /proxmox-backup-server-${VERSION}-${DOCKER_ARCH:-dev}.tgz /release/.
66+
RUN /src/scripts/release/bundle-tgz.bash /proxmox-backup-server-${VERSION}-${ARCH:-dev}.tgz /release/.
6667

6768
#=================================
6869

0 commit comments

Comments
 (0)