We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55ed4d commit 86648d5Copy full SHA for 86648d5
.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61
set -ex
62
FIRST_TAG=$(echo "${{ inputs.tags }}" | awk '{print $1}')
63
PLATFORM="amd64"
64
- if [ "${{ matrix.runner }}" = "ubuntu-24.04-arm"]; then
+ if [ "${{ matrix.runner }}" = "ubuntu-22.04-arm"]; then
65
PLATFORM="arm64"
66
fi
67
make push \
0 commit comments