Allow compiled Python bytecode in image budget

This commit is contained in:
Nick Sweeting 2026-08-14 06:07:18 -07:00
parent eeb5d88e15
commit a3671a707e
No known key found for this signature in database

View File

@ -384,7 +384,7 @@ jobs:
'${{ runner.temp }}/archivebox-image.tar' \
'${{ steps.docker_build.outputs.digest }}' \
"$LOCAL_IMAGE_ID" \
"$((780 * 1024 * 1024))" <<'PY'
"$((820 * 1024 * 1024))" <<'PY'
from hashlib import sha256
import json
import os