Skip to content

Commit

Permalink
Do not upload artifacts for rpi3
Browse files Browse the repository at this point in the history
We are not building raw images for it so the build dir is empty

Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jan 23, 2025
1 parent 68a757b commit 1b5926f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docker-arm-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
--set "state_dir=/output" \
--set "disk.raw=true"
- name: Upload Image as OCI artifact on release
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
if: ${{ startsWith(github.ref, 'refs/tags/v') && inputs.model != 'rpi3' }}
run: |
curl https://luet.io/install.sh | sudo sh
IMAGE=$(echo "${{ env.IMAGE_REF }}" | sed 's/$/-img/')
Expand Down

0 comments on commit 1b5926f

Please sign in to comment.