summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-03-14 11:06:24 +1300
committertoofar <toofar@spalge.com>2023-03-14 11:07:31 +1300
commit09761e2556e045cd299d30e94d39aeb17b7529ff (patch)
treea3197dd28dc073078677a170763ee3a81552caf9
parentf4f5ca2663c3af79792c7741a02ddb0ebb37d0e1 (diff)
downloadqutebrowser-09761e2556e045cd299d30e94d39aeb17b7529ff.tar.gz
qutebrowser-09761e2556e045cd299d30e94d39aeb17b7529ff.zip
CI: generate archlinux-webengine-qt6 docker image
I'm not 100% sure we need this. But there is an existing test matrix that I want to active for now. We can review all the configuration later I guess?
-rw-r--r--.github/workflows/docker.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 91003fd08..8dba7e8b1 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -15,6 +15,7 @@ jobs:
- archlinux-webkit
- archlinux-webengine
- archlinux-webengine-unstable
+ - archlinux-webengine-qt6
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4