mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-28 21:07:43 +00:00
The current debian stable release is Bullseye, not Buster. However, we can use the 'stable' release instead. This would allow the CI to automatically pick up updates in the future. Signed-off-by: Radostin Stoyanov <radostin@redhat.com>
7 lines
129 B
Docker
7 lines
129 B
Docker
FROM docker.io/dockcross/base:latest
|
|
|
|
ENV ARCH=arm
|
|
ENV SUBARCH=armv7
|
|
ENV DEBIAN_ARCH=armhf
|
|
ENV CROSS_TRIPLET=arm-linux-gnueabihf
|