mirror of
https://github.com/Syping/dtranslatebot.git
synced 2024-11-22 13:50:22 +01:00
CI: add openSUSE Leap 15.5
This commit is contained in:
parent
24c14efce2
commit
42755811aa
1 changed files with 11 additions and 3 deletions
|
@ -1,11 +1,19 @@
|
||||||
name: Enterprise Linux
|
name: Linux
|
||||||
on: push
|
on: push
|
||||||
jobs:
|
jobs:
|
||||||
Release:
|
Release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: [el7, el8, el9]
|
include:
|
||||||
|
- name: Enterprise Linux 7
|
||||||
|
version: el7
|
||||||
|
- name: Enterprise Linux 8
|
||||||
|
version: el8
|
||||||
|
- name: Enterprise Linux 9
|
||||||
|
version: el9
|
||||||
|
- name: openSUSE Leap 15.5
|
||||||
|
version: lp155
|
||||||
steps:
|
steps:
|
||||||
- name: Cloning
|
- name: Cloning
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -32,6 +40,6 @@ jobs:
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Enterprise Linux ${{matrix.version}}
|
name: ${{matrix.name}}
|
||||||
path: |
|
path: |
|
||||||
${{github.workspace}}/rpms/x86_64/*.rpm
|
${{github.workspace}}/rpms/x86_64/*.rpm
|
Loading…
Reference in a new issue