mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 22:05:36 +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>
6 lines
107 B
Docker
6 lines
107 B
Docker
FROM dockcross/base:latest
|
|
|
|
ENV ARCH=ppc64
|
|
ENV DEBIAN_ARCH=ppc64el
|
|
ENV CROSS_TRIPLET=powerpc64le-linux-gnu
|