Commit Graph

2 Commits

Author SHA1 Message Date
Ivan Mironov
3ae296e30c Fix the description in Dockerfile-debian-arm64 (#713)
This is a minor cosmetic change. Missed this in https://github.com/DeviceFarmer/stf/pull/712.

Signed-off-by: Ivan Mironov <mironov.ivan@gmail.com>
Co-authored-by: Karol Wrótniak <karol.wrotniak@droidsonroids.pl>
2023-09-30 01:29:39 +02:00
Ivan Mironov
87d636f85a Add Dockerfile for arm64 (#712)
Image can be built on a normal x86_64 linux PC with installed
qemu-aarch64-static and properly configured binfmt_misc by running

	docker build --platform linux/arm64/v8 -f Dockerfile-debian-arm64 -t stf .

or

	buildah bud --platform linux/arm64/v8 -f Dockerfile-debian-arm64 -t stf .

Signed-off-by: Ivan Mironov <mironov.ivan@gmail.com>
2023-09-27 15:30:58 +02:00