Skip to content

Commit 86648d5

Browse files
committed
fixup
1 parent b55ed4d commit 86648d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
set -ex
6262
FIRST_TAG=$(echo "${{ inputs.tags }}" | awk '{print $1}')
6363
PLATFORM="amd64"
64-
if [ "${{ matrix.runner }}" = "ubuntu-24.04-arm"]; then
64+
if [ "${{ matrix.runner }}" = "ubuntu-22.04-arm"]; then
6565
PLATFORM="arm64"
6666
fi
6767
make push \

0 commit comments

Comments
 (0)