Skip to content

Commit 422f2e1

Browse files
committed
fix: This package is now based on musllinux_1_2
1 parent 007b25d commit 422f2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
PKGVER=$(uv run python -c 'from importlib.metadata import version;print(version("backend.ai-krunner-alpine"), end="")')
7676
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
77+
MUSL_PTAG=musllinux_1_2_${{ matrix.platform.arch }} # to allow installing the krunner wheel when running Backend.AI on musllinux
7878
case "${{ matrix.platform.arch }}" in # to allow installing the krunner wheel when running Backend.AI on macOS
7979
"aarch64")
8080
MACOS_PTAG=macosx_11_0_arm64 ;;

0 commit comments

Comments
 (0)