diff --git a/.github/workflows/releasebuild.yml b/.github/workflows/releasebuild.yml index dba75820..0521dfc9 100644 --- a/.github/workflows/releasebuild.yml +++ b/.github/workflows/releasebuild.yml @@ -86,6 +86,12 @@ jobs: name: warewulf-${{ env.VERSION }}-${{ env.RELEASE }}.el7.x86_64.rpm path: warewulf-${{ env.VERSION }}-${{ env.RELEASE }}.el7.x86_64.rpm + - name: Upload openSUSE Leap 15.3 RPM + uses: actions/upload-artifact@v3 + with: + name: warewulf-${{ env.VERSION }}-${{ env.RELEASE }}.suse.lp153.x86_64.rpm + path: warewulf-${{ env.VERSION }}-${{ env.RELEASE }}.suse.lp153.x86_64.rpm + - name: Upload Assets To Release if: "!github.event.release.prerelease" uses: xresloader/upload-to-github-release@v1 diff --git a/ci/mockbuild.sh b/ci/mockbuild.sh index a3ed6190..8d05fd04 100644 --- a/ci/mockbuild.sh +++ b/ci/mockbuild.sh @@ -14,4 +14,7 @@ mock -r rocky+epel-8-x86_64 --rebuild --spec=warewulf-${VERSION}/warewulf.spec - mv /var/lib/mock/rocky+epel-8-x86_64/result/warewulf-${VERSION}-${RELEASE}.el8.x86_64.rpm . mock -r centos+epel-7-x86_64 --rebuild --spec=warewulf-${VERSION}/warewulf.spec --sources=. -mv /var/lib/mock/centos+epel-7-x86_64/result/warewulf-${VERSION}-${RELEASE}.el7.x86_64.rpm . \ No newline at end of file +mv /var/lib/mock/centos+epel-7-x86_64/result/warewulf-${VERSION}-${RELEASE}.el7.x86_64.rpm . + +mock -r opensuse-leap-15.3-x86_64 --rebuild --spec=warewulf-${VERSION}/warewulf.spec --sources=. +mv /var/lib/mock/opensuse-leap-15.3-x86_64/result/warewulf-${VERSION}-${RELEASE}.suse.lp153.x86_64.rpm . \ No newline at end of file