mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
Allow compiled Python bytecode in image budget
This commit is contained in:
parent
eeb5d88e15
commit
a3671a707e
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user