We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hectorm
Learn more about funding links in repositories.
Report abuse
1 parent e4e8cae commit c1e8c8dCopy full SHA for c1e8c8d
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
make IMAGE_BUILD_OPTS="--pull" "build-${{ matrix.arch }}-image" "save-${{ matrix.arch }}-image"
31
- name: 'Upload artifacts'
32
- if: "startsWith(github.ref, 'refs/tags/v')"
+ if: "startsWith(github.ref, 'refs/tags/v') && matrix.arch != 'native'"
33
uses: 'actions/upload-artifact@v3'
34
with:
35
name: 'dist-${{ matrix.arch }}'
0 commit comments