projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
560ba93
)
CI: use explicit Debian release names.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 15 Aug 2021 18:05:24 +0000
(20:05 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 15 Aug 2021 18:07:24 +0000
(20:07 +0200)
Currently debian:stable fails because the image on Docker Hub is still
buster, but bullseye is the new stable, and the sources.list URLs are
wrong.
.github/workflows/test.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/test.yml
b/.github/workflows/test.yml
index
171329c
..
0a53f4a
100644
(file)
--- a/
.github/workflows/test.yml
+++ b/
.github/workflows/test.yml
@@
-19,7
+19,7
@@
jobs:
- mips
container:
- image: debian:
stabl
e
+ image: debian:
bullsey
e
options: --privileged
steps:
@@
-159,7
+159,8
@@
jobs:
- centos:7 # aka RHEL 7
- almalinux:8 # aka RHEL 8
- fedora
- - debian:stable
+ - debian:buster
+ - debian:bullseye
- debian:testing
- ubuntu # current LTS
- ubuntu:rolling # latest