mirror of
https://github.com/wofferl/proxmox-backup-arm64
synced 2025-12-06 00:13:41 +00:00
remove duplicate parameter
This commit is contained in:
2
.github/Dockerfile.crosscompile-arm64
vendored
2
.github/Dockerfile.crosscompile-arm64
vendored
@@ -19,7 +19,7 @@ RUN source ~/.cargo/env && rustup target add aarch64-unknown-linux-gnu
|
||||
COPY . /build/
|
||||
WORKDIR /build
|
||||
|
||||
RUN source ~/.cargo/env && ./build.sh cross ${buildoptions}
|
||||
RUN source ~/.cargo/env && ./build.sh ${buildoptions}
|
||||
|
||||
FROM scratch
|
||||
COPY --from=builder-stage /build/*.log /build/packages/* /
|
||||
|
||||
Reference in New Issue
Block a user