Skip to content

Commit f0f70d0

Browse files
authored
fix(script): increase binary size (scaleway#3914)
1 parent 4335e7e commit f0f70d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-size.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#/bin/env bash
22

3-
MAX_BINARY_SIZE=41000000
3+
MAX_BINARY_SIZE=42000000
44

55
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
66

0 commit comments

Comments
 (0)