Build aarch64 packages with GitHub actions
Signed-off-by: Timothy Middelkoop <tmiddelkoop@internet2.edu>
This commit is contained in:
5
.github/actions/rpm/action.yml
vendored
5
.github/actions/rpm/action.yml
vendored
@@ -20,6 +20,10 @@ inputs:
|
||||
event-id:
|
||||
description: "Github event id"
|
||||
required: true
|
||||
upload-source:
|
||||
description: "Upload source"
|
||||
required: false
|
||||
default: 'false'
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
@@ -74,6 +78,7 @@ runs:
|
||||
path: /var/lib/mock/${{ inputs.target }}/result/${{ env.RPM }}
|
||||
|
||||
- name: Upload SRPM
|
||||
if: ${{ inputs.upload-source == 'true' }}
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ env.SRPM }}
|
||||
|
||||
Reference in New Issue
Block a user