mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-01-23 18:25:15 +00:00
Strip qemu-img binary
This commit is contained in:
parent
2414a742e4
commit
9809ecd070
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ RUN "qemu-${QEMU_VERSION}/configure" --static --target-list=arm-softmmu,aarch64-
|
|||
RUN make -j$(nproc)
|
||||
|
||||
RUN # Strip the binary, this gives a substantial size reduction!
|
||||
RUN strip "arm-softmmu/qemu-system-arm" "aarch64-softmmu/qemu-system-aarch64"
|
||||
RUN strip "arm-softmmu/qemu-system-arm" "aarch64-softmmu/qemu-system-aarch64" "qemu-img"
|
||||
|
||||
|
||||
# Build stage for fatcat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue