We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1f194 commit a57a376Copy full SHA for a57a376
.github/workflows/on-push.yml
@@ -37,6 +37,6 @@ jobs:
37
uses: actions/upload-artifact@v3
38
with:
39
name: ${{ env.IMAGE_NAME }}
40
- path: pi-gen/deploy/*.tar.xz
+ path: pi-gen/deploy/*.zip
41
if-no-files-found: error
42
retention-days: 90
pi-gen/config
@@ -5,6 +5,6 @@ FIRST_USER_NAME="pi"
5
FIRST_USER_PASS="raspberry"
6
DISABLE_FIRST_BOOT_USER_RENAME=1
7
ENABLE_SSH=1
8
-DEPLOY_COMPRESSION=none
+DEPLOY_COMPRESSION=zip
9
WPA_COUNTRY=HU
10
#APT_PROXY=http://172.17.0.1:3142
0 commit comments