Skip to content

Commit

Permalink
changing bootfs type
Browse files Browse the repository at this point in the history
  • Loading branch information
SelfhostedPro committed Apr 25, 2024
1 parent 0906bb6 commit c06447e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/armbian_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
echo "dietpi_owner=${{ inputs.dietpi_owner || 'MichaIng' }}" >> $GITHUB_OUTPUT
echo "DietPi Branch: ${{ inputs.dietpi_branch || 'imager' }}"
echo "dietpi_branch=${{ inputs.dietpi_branch || 'imager' }}" >> $GITHUB_OUTPUT
echo "DietPi Branch: ${{ inputs.dietpi_branch || 'dev' }}"
echo "dietpi_branch=${{ inputs.dietpi_branch || 'dev' }}" >> $GITHUB_OUTPUT
echo "Building for Kernel(s): ${{ steps.matrix.outputs.kernels }}"
echo "Building Debian Release(s): ${{ steps.matrix.outputs.releases}}"
Expand Down Expand Up @@ -208,11 +208,14 @@ jobs:
DESKTOP_ENVIRONMENT="${DESKTOP_ENVIRONMENT}" \
DESKTOP_APPGROUPS_SELECTED="${DESKTOP_APPGROUPS_SELECTED}" \
DESKTOP_ENVIRONMENT_CONFIG_NAME="${DESKTOP_ENVIRONMENT_CONFIG_NAME}" \
BOOTFS_TYPE="fat" \
SHARE_LOG="yes" \
BETA="yes" \
EXPERT="yes"
# ENABLE_EXTENSIONS="${{ inputs.armbian_extensions }}" \
ENABLE_EXTENSIONS="usb-gadget-ums" \
# BOOTPART_REQUIRED
# ARMBIAN_IMAGE_BUILD_BOOTFS_TYPE
# BOOTFS_TYPE
- name: Get file names
run: |
ls -R build/output/images/
Expand Down

0 comments on commit c06447e

Please sign in to comment.