chore: Use proper out directory for installer image
This commit is contained in:
parent
4ca98c1c2a
commit
c12deec589
1 changed files with 2 additions and 2 deletions
|
|
@ -175,9 +175,9 @@ installer:
|
||||||
|
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
IF [ "$TARGETARCH" = "arm64" ]
|
IF [ "$TARGETARCH" = "arm64" ]
|
||||||
DO --pass-args +INSTALL --OUT_DIR="/usr/bin/" --BUILD_TARGET="aarch64-unknown-linux-musl"
|
DO --pass-args +INSTALL --OUT_DIR="/out/" --BUILD_TARGET="aarch64-unknown-linux-musl"
|
||||||
ELSE
|
ELSE
|
||||||
DO --pass-args +INSTALL --OUT_DIR="/usr/bin/" --BUILD_TARGET="x86_64-unknown-linux-musl"
|
DO --pass-args +INSTALL --OUT_DIR="/out/" --BUILD_TARGET="x86_64-unknown-linux-musl"
|
||||||
END
|
END
|
||||||
|
|
||||||
COPY install.sh /install.sh
|
COPY install.sh /install.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue