We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9b1c5 commit ac53bb6Copy full SHA for ac53bb6
.github/workflows/build-arm64.yml
@@ -23,7 +23,7 @@ jobs:
23
docker run --rm --platform linux/arm64 \
24
-v "${{ github.workspace }}:/workspace" \
25
-w /workspace \
26
- python:3.11-slim-bookworm \
+ python:3.11-slim-bullseye \
27
bash -c '
28
set -ex
29
0 commit comments