Skip to content

Commit

Permalink
update workflow pointer to compressed image
Browse files Browse the repository at this point in the history
  • Loading branch information
noaz committed May 6, 2023
1 parent fa1f194 commit a57a376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ env.IMAGE_NAME }}
path: pi-gen/deploy/*.tar.xz
path: pi-gen/deploy/*.zip
if-no-files-found: error
retention-days: 90
2 changes: 1 addition & 1 deletion pi-gen/config
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ FIRST_USER_NAME="pi"
FIRST_USER_PASS="raspberry"
DISABLE_FIRST_BOOT_USER_RENAME=1
ENABLE_SSH=1
DEPLOY_COMPRESSION=none
DEPLOY_COMPRESSION=zip
WPA_COUNTRY=HU
#APT_PROXY=http://172.17.0.1:3142

0 comments on commit a57a376

Please sign in to comment.