Skip to content

Commit 9817fec

Browse files
committed
merge
1 parent 97ab84c commit 9817fec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 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 \
@@ -105,3 +105,4 @@ jobs:
105105
DIGEST=$(docker buildx imagetools inspect "$IMAGE" | grep Digest | awk '{print $2}')
106106
echo "digest=-Pisle.${{ inputs.image }}.digest=${{ inputs.repository }}/${{ inputs.image }}@$DIGEST" >> $GITHUB_OUTPUT
107107
echo "context=docker-image://${{ inputs.repository }}/${{ inputs.image }}@$DIGEST" >> $GITHUB_OUTPUT
108+

0 commit comments

Comments
 (0)