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:20:54 +1300
commit9d9a7b3b841cc38c9cb4d8665a0a1d11dff24d3b (patch)
tree19851f96d43627de5d2f76caf04aff90f1fa94f5
parentda7bde4f1bff34775a27ea825e29d5e8b9c952c7 (diff)
downloadqutebrowser-9d9a7b3b841cc38c9cb4d8665a0a1d11dff24d3b.tar.gz
qutebrowser-9d9a7b3b841cc38c9cb4d8665a0a1d11dff24d3b.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 bb07be17d..cabf2d8c4 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