Skip to content

Commit

Permalink
condition collecting sources on not experimental riscv64
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Deitcher <avi@deitcher.net>
  • Loading branch information
deitch authored and eriknordmark committed May 17, 2023
1 parent 4b919af commit 2fdcae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
run: |
make -e V=1 HV=${{ matrix.hv }} ZARCH=${{ matrix.arch }} LINUXKIT_PKG_TARGET=push eve
- name: Build and push collected_sources to eve-source repo
if: matrix.arch != 'riscv64'
run: |
make -e V=1 HV=${{ matrix.hv }} ZARCH=${{ matrix.arch }} LINUXKIT_PKG_TARGET=push sbom collected_sources compare_sbom_collected_sources publish_sources
- name: Post eve ${{ matrix.arch }}-${{ matrix.hv }} report
Expand Down

0 comments on commit 2fdcae0

Please sign in to comment.