Skip to content

Commit

Permalink
removing second fat partition
Browse files Browse the repository at this point in the history
  • Loading branch information
SelfhostedPro committed Apr 26, 2024
1 parent 6af3c9c commit f601993
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/armbian_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,15 @@ jobs:
run: |
ls -R build/output/images/
- name: "Checkout DietPi"
uses: actions/checkout@v4
with:
repository: ${{ env.dietpi_owner }}/dietpi
ref: ${{ env.dietpi_branch }}
fetch-depth: 0
clean: false
path: dietpi

- name: Build Diet PI
if: ${{ env.build_dietpi == 'true' }}
shell: bash
Expand All @@ -251,7 +260,7 @@ jobs:
OUTPUT_IMG_NAME: DietPi_${{ env.board }}-${{matrix.ui}}-${{ matrix.release }}-${{ matrix.kernel }}
OUTPUT_IMG_EXT: img
run: |
sudo --preserve-env bash -c "$(curl -sSfL 'https://raw.githubusercontent.com/${{ env.dietpi_owner }}/DietPi/${{ env.dietpi_branch }}/.build/images/dietpi-imager')" -i build/output/images/*.img --add-dos-part
cd dietpi && sudo --preserve-env bash -c "$(curl -sSfL 'https://raw.githubusercontent.com/${{ env.dietpi_owner }}/DietPi/${{ env.dietpi_branch }}/.build/images/dietpi-imager')" -i build/output/images/*.img
# - name: List all outputs
# if: ${{ env.BUILD_DIETPI == 'true' }}
Expand Down

0 comments on commit f601993

Please sign in to comment.