mirror of
https://github.com/wofferl/proxmox-backup-arm64
synced 2025-12-15 15:53:56 +00:00
Fix Output command
This commit is contained in:
@@ -14,4 +14,4 @@ SHELL ["/bin/bash", "-c"]
|
|||||||
RUN source ~/.cargo/env && ./build.sh
|
RUN source ~/.cargo/env && ./build.sh
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=builder-stage /build/packages/* ./packages/
|
COPY --from=builder-stage /build/packages/* /
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ After that you can find the finished packages in the folder packages/
|
|||||||
|
|
||||||
You can build arm64 .deb packages using the provided Dockerfile and docker buildx:
|
You can build arm64 .deb packages using the provided Dockerfile and docker buildx:
|
||||||
```
|
```
|
||||||
docker buildx build --platform linux/arm64 .
|
docker buildx build -o packages --platform linux/arm64 .
|
||||||
```
|
```
|
||||||
|
|
||||||
Once the docker build is completed, packages will be copied from the docker build image to a folder named `packages` in the root folder.
|
Once the docker build is completed, packages will be copied from the docker build image to a folder named `packages` in the root folder.
|
||||||
|
|||||||
Reference in New Issue
Block a user