We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01883b commit 51731c2Copy full SHA for 51731c2
.github/workflows/ci-arm-build.yml
@@ -55,4 +55,8 @@ jobs:
55
run: |
56
export DOCKER_IMAGE_TAG="$TAG_PREFIX-latest-arm64"
57
export DOCKER_TARGET_PLATFORMS=linux/arm64
58
+ # These environment variables are necessary because of https://github.com/astral-sh/uv/issues/6105
59
+ # and until https://gitlab.com/qemu-project/qemu/-/issues/2846 gets fixed
60
+ export UV_COMPILE_BYTECODE=1
61
+ export UV_CONCURRENT_INSTALLS=1
62
make build push=true
0 commit comments