Skip to content

Commit

Permalink
Fixes pi4 image name
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Oct 28, 2022
1 parent b5d5f8b commit 429c6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-balena-disk-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
elif [ "${{ matrix.board }}" == 'pi3' ]; then
echo "BALENA_IMAGE=raspberrypi3" >> $GITHUB_ENV
elif [ "${{ matrix.board }}" == 'pi4' ]; then
echo "BALENA_IMAGE=raspberrypi4" >> $GITHUB_ENV
echo "BALENA_IMAGE=raspberrypi4-64" >> $GITHUB_ENV
fi
- name: balena CLI Action - download
Expand Down

0 comments on commit 429c6cd

Please sign in to comment.