We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007b25d commit 422f2e1Copy full SHA for 422f2e1
.github/workflows/default.yml
@@ -74,7 +74,7 @@ jobs:
74
run: |
75
PKGVER=$(uv run python -c 'from importlib.metadata import version;print(version("backend.ai-krunner-alpine"), end="")')
76
GLIBC_PTAG=manylinux2014_${{ matrix.platform.arch }} # to allow installing the krunner wheel when running Backend.AI on manylinux
77
- MUSL_PTAG=musllinux_1_1_${{ matrix.platform.arch }} # to allow installing the krunner wheel when running Backend.AI on musllinux
+ MUSL_PTAG=musllinux_1_2_${{ matrix.platform.arch }} # to allow installing the krunner wheel when running Backend.AI on musllinux
78
case "${{ matrix.platform.arch }}" in # to allow installing the krunner wheel when running Backend.AI on macOS
79
"aarch64")
80
MACOS_PTAG=macosx_11_0_arm64 ;;
0 commit comments