about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-12-03 16:17:40 +0100
committerMichael Vetter <jubalh@iodoru.org>2021-12-03 16:50:00 +0100
commit05435d27142bffe226113d6d2f3f643cb711bada (patch)
treef790e4cd8071751650399e3c3055c646588ad703
parent8b53acd608033e3909c3d990b5a1d8a83396c53b (diff)
downloadprofani-tty-05435d27142bffe226113d6d2f3f643cb711bada.tar.gz
ci: re-enable tumblweed
Old docker/libseccomp from GH got updated.

This reverts commit 5c5c45321976c9a859694afa781178c68d076ee2.
-rw-r--r--.github/workflows/main.yml2
-rw-r--r--Dockerfile.arch2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a6e2693a..daae84d0 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
 
     strategy:
       matrix:
-        flavor: [debian, fedora, ubuntu]
+        flavor: [debian, fedora, tumbleweed, ubuntu]
 
     name: Linux
     steps:
diff --git a/Dockerfile.arch b/Dockerfile.arch
index a3644b9f..1cd4cd03 100644
--- a/Dockerfile.arch
+++ b/Dockerfile.arch
@@ -1,4 +1,4 @@
-FROM archlinux/base
+FROM archlinux/latest
 
 RUN pacman -Syu --noconfirm && pacman -S --needed --noconfirm \
   autoconf \