Skip to content

Commit fc8ca04

Browse files
committed
Disable ARM image builds
1 parent 94d1a1e commit fc8ca04

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/publish-image.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
- runner: ubuntu-latest
3535
platform: linux/amd64
3636
arch: amd64
37-
- runner: ubuntu-24.04-arm
38-
platform: linux/arm64
39-
arch: arm64
4037
env:
4138
REGISTRY: ghcr.io
4239
IMAGE_NAME: ${{ github.repository }}
@@ -173,13 +170,11 @@ jobs:
173170
docker buildx imagetools create \
174171
--tag "$tag" \
175172
--annotation "index:org.opencontainers.image.description=${IMAGE_DESCRIPTION}" \
176-
"${src_tag}-amd64" \
177-
"${src_tag}-arm64"
173+
"${src_tag}-amd64"
178174
else
179175
docker buildx imagetools create \
180176
--tag "$tag" \
181-
"${src_tag}-amd64" \
182-
"${src_tag}-arm64"
177+
"${src_tag}-amd64"
183178
fi
184179
done <<< "$tags"
185180

0 commit comments

Comments
 (0)