Publish a Tizen Docker image (tizen-headed-armv7l) on GitHub Container Registry to enable unit testing of the embedder on non-x64 environment.
A rootfs is extracted from the latest (tizen-unified_20211014.1) stable armv7l Tizen image and converted into a Docker image. Note that the docker/build-push-action is not applicable for this case because no Dockerfile exists.
Part of https://github.com/flutter-tizen/engine/issues/239.
Publish a Tizen Docker image (
tizen-headed-armv7l
) on GitHub Container Registry to enable unit testing of the embedder on non-x64 environment.A rootfs is extracted from the latest (
tizen-unified_20211014.1
) stable armv7l Tizen image and converted into a Docker image. Note that the docker/build-push-action is not applicable for this case because no Dockerfile exists.