Fix x86 -> x64 and add an upload step

This commit is contained in:
Neil Hanlon 2021-10-24 11:09:43 -04:00
parent 7d25ae12fa
commit 9107a3fcf6
Signed by: neil
GPG Key ID: 705BC21EC3C70F34

View File

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
architecture:
- x86
- x64
- ARM64
runs-on:
- self-hosted
@ -23,3 +23,10 @@ jobs:
- name: Build images
run: make
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: rocky-${{ matrix.architecture }}.tar.xz
path: *.tar.xz
if-no-files-found: error