flutter-tizen / engine

The Flutter engine
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
6 stars 19 forks source link

[ci] Publish Tizen Docker image for unit testing #241

Closed swift-kim closed 2 years ago

swift-kim commented 2 years ago

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.