Skip to content

Commit a57a376

Browse files
committed
update workflow pointer to compressed image
1 parent fa1f194 commit a57a376

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
uses: actions/upload-artifact@v3
3838
with:
3939
name: ${{ env.IMAGE_NAME }}
40-
path: pi-gen/deploy/*.tar.xz
40+
path: pi-gen/deploy/*.zip
4141
if-no-files-found: error
4242
retention-days: 90

pi-gen/config

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ FIRST_USER_NAME="pi"
55
FIRST_USER_PASS="raspberry"
66
DISABLE_FIRST_BOOT_USER_RENAME=1
77
ENABLE_SSH=1
8-
DEPLOY_COMPRESSION=none
8+
DEPLOY_COMPRESSION=zip
99
WPA_COUNTRY=HU
1010
#APT_PROXY=http://172.17.0.1:3142

0 commit comments

Comments
 (0)