Skip to content

Commit f423d4b

Browse files
committed
feat: Remove cleanup steps for ARM node before package generation
1 parent 690ecc5 commit f423d4b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/linux-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ jobs:
125125
- name: Generate package (ARM)
126126
if: startsWith(env.ARCH, 'arm') == true
127127
run: |
128-
# Clean up ARM node before starting
129-
ssh root@arm 'docker system prune -af --volumes || true'
130-
ssh root@arm 'rm -rf /root/package-* /opt/package_*.sh || true'
131128
# Transfer image and generate package
132129
docker save local/bunkerweb-${{ inputs.LINUX }}:latest | ssh -C root@arm docker load
133130
scp ./src/linux/package.sh root@arm:/opt/package_${{ inputs.LINUX }}.sh

0 commit comments

Comments
 (0)