Skip to content

Commit

Permalink
changing dietpi args
Browse files Browse the repository at this point in the history
  • Loading branch information
SelfhostedPro committed Apr 26, 2024
1 parent d1998c1 commit d9065e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/armbian_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,14 +253,13 @@ jobs:
dietpi_owner: ${{ needs.setup.outputs.dietpi_owner }}
dietpi_branch: ${{ needs.setup.outputs.dietpi_branch }}
steps:

- name: Build DietPi
id: dietpi-build
env:
G_GITOWNER: ${{ env.dietpi-owner }}
G_GITBRANCH: ${{ env.dietpi-branch }}
G_GITOWNER: ${{ env.dietpi_owner }}
G_GITBRANCH: ${{ env.dietpi_branch }}
run: |
sudo --preserve-env bash -c "$(curl -sSf "https://raw.githubusercontent.com/$G_GITOWNER/DietPi/$G_GITBRANCH/.build/images/dietpi-build") -m 90"
sudo --preserve-env bash -c "$(curl -sSf "https://raw.githubusercontent.com/$G_GITOWNER/DietPi/$G_GITBRANCH/.build/images/dietpi-build") -m 90 -d 8"
- name: Upload DietPi Artifacts for Release
id: dietpi_artifacts
Expand Down

0 comments on commit d9065e9

Please sign in to comment.