Skip to content

Commit

Permalink
GitHub Actions: Add Manjaro
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy committed Jun 11, 2022
1 parent 1960a20 commit 1189d3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Anchore-Container-Scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- FROM: 'fedora:35'
- FROM: 'fedora:34'
- FROM: 'rockylinux/rockylinux'
- FROM: 'manjarolinux/base'

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-actions-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- FROM: 'fedora:35'
- FROM: 'fedora:34'
- FROM: 'rockylinux/rockylinux'
- FROM: 'manjarolinux/base'

steps:
- name: Checkout repository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gh-actions-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- FROM: 'fedora:35'
- FROM: 'fedora:34'
- FROM: 'rockylinux/rockylinux'
- FROM: 'manjarolinux/base'

steps:
- name: Checkout repository
Expand Down

0 comments on commit 1189d3a

Please sign in to comment.