Skip to content

Commit

Permalink
Daily job fixes (#110)
Browse files Browse the repository at this point in the history
* Install gawk, needed at runtime

* Drop 22.10 and added 23.10

* Dropped fedora-36 and added fedora-38
  • Loading branch information
kenvandine authored Jan 16, 2024
1 parent fb97815 commit 2149a81
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# based on https://github.com/ogra1/snapd-docker
FROM fedora:36
FROM fedora:38

ENV container docker
ENV PATH "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
Expand Down
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.opensuse-tumbleweed
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN zypper --gpg-auto-import-keys refresh
RUN zypper dup --from snappy
RUN zypper install -y snapd
RUN zypper install -y gtk3 Mesa-libEGL1 xvfb-run
RUN zypper install -y tar which
RUN zypper install -y tar which gawk

RUN ln -sf /bin/true /sbin/udevadm
RUN ln -s /var/lib/snapd/snap /snap
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# based on https://github.com/ogra1/snapd-docker
FROM ubuntu:22.10
FROM ubuntu:23.10

ENV container docker
ENV PATH "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,15 @@ jobs:
matrix:
image:
- debian-stable
- fedora-36
- fedora-37
- fedora-38
- opensuse-leap
- opensuse-tumbleweed
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-23.04
- ubuntu-23.10
steps:
- name: Git checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
matrix:
image:
- debian-stable
- fedora-36
- fedora-37
- fedora-38
- opensuse-leap
- opensuse-tumbleweed
- ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-22.10
- ubuntu-23.04
- ubuntu-23.10
steps:
- name: Git checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 2149a81

Please sign in to comment.