Do not upload native artifact

This commit is contained in:
Héctor Molinero Fernández
2022-04-28 22:59:19 +02:00
parent 686dd06d10
commit 562798da0e

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 }}'