Do not upload native artifact

This commit is contained in:
Héctor Molinero Fernández 2022-04-28 22:57:59 +02:00
parent 526a0afb0d
commit 24337c3892

View File

@ -29,7 +29,7 @@ jobs:
run: |
make IMAGE_BUILD_OPTS="--pull" "build-${{ matrix.arch }}-image" "save-${{ matrix.arch }}-image"
- name: 'Upload artifacts'
if: "startsWith(github.ref, 'refs/tags/v')"
if: "startsWith(github.ref, 'refs/tags/v') && matrix.arch != 'native'"
uses: 'actions/upload-artifact@v3'
with:
name: 'dist-${{ matrix.arch }}'