fcitx / flatpak-fcitx5

Flatpak script for fcitx 5
23 stars 6 forks source link

container: archlinux:latest -> runs-on: ubuntu-latest (jammy) #31

Closed phoepsilonix closed 1 month ago

phoepsilonix commented 1 month ago

This is a patch for #30 automation_test.

container: archlinux:latest -> runs-on: ubuntu-latest (jammy)

Executing flatpak bazel in a container seems difficult due to the challenges of granting permissions to the container. Therefore, we will switch to executing flatpak bazel on ubuntu-latest (jammy) for both x86_64 and aarch64 architectures, abandoning the container approach.

Even in a Jammy environment, newer versions of both fcitx5 and qt6 are expected in Flatpak.