Skip to content

Commit

Permalink
🤖 Fixup default arm image size
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler authored May 6, 2022
1 parent 058d5bb commit fa31e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
env:
STATE_SIZE: "6200"
RECOVERY_SIZE: "4200"
SIZE: "16000"
SIZE: "15200"
DEFAULT_ACTIVE_SIZE: "2000"
run: |
git clone https://github.com/rancher-sandbox/cOS-toolkit
Expand Down Expand Up @@ -135,4 +135,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
build/*
build/*

0 comments on commit fa31e9f

Please sign in to comment.