Add photon to the rpm repo workflow

This commit is contained in:
MKLeb 2023-04-03 10:54:05 -04:00 committed by Gareth J. Greenaway
parent 04eefb6e66
commit 3d836ca694
3 changed files with 14 additions and 0 deletions

View file

@ -1540,6 +1540,12 @@ jobs:
- distro: fedora
version: "38"
arch: aarch64
- distro: photon
version: "3"
arch: x86_64
- distro: photon
version: "4"
arch: x86_64
steps:
- uses: actions/checkout@v3

View file

@ -1537,6 +1537,12 @@ jobs:
- distro: fedora
version: "38"
arch: aarch64
- distro: photon
version: "3"
arch: x86_64
- distro: photon
version: "4"
arch: x86_64
steps:
- uses: actions/checkout@v3

View file

@ -18,6 +18,8 @@
("fedora", "37", "aarch64"),
("fedora", "38", "x86_64"),
("fedora", "38", "aarch64"),
("photon", "3", "x86_64"),
("photon", "4", "x86_64"),
) %>
- distro: <{ distro }>
version: "<{ version }>"