Skip to content

Commit

Permalink
add fedora, manjaro; fix ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte committed Oct 10, 2024
1 parent d901f38 commit dcec24c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
compatibility_test:
strategy:
matrix:
distribution: [ubuntu, debian]
distribution: [ubuntu, debian, fedora, manjaro]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
3 changes: 3 additions & 0 deletions test/Dockerfile.fedora
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM fedora:latest
RUN dnf install -y \
util-linux
1 change: 1 addition & 0 deletions test/Dockerfile.manjaro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM manjarolinux/build-stable
4 changes: 4 additions & 0 deletions test/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM ubuntu:latest
RUN apt-get update && apt-get install -y \
curl \
bsdextrautils

0 comments on commit dcec24c

Please sign in to comment.