We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d1a1e commit fc8ca04Copy full SHA for fc8ca04
1 file changed
.github/workflows/publish-image.yml
@@ -34,9 +34,6 @@ jobs:
34
- runner: ubuntu-latest
35
platform: linux/amd64
36
arch: amd64
37
- - runner: ubuntu-24.04-arm
38
- platform: linux/arm64
39
- arch: arm64
40
env:
41
REGISTRY: ghcr.io
42
IMAGE_NAME: ${{ github.repository }}
@@ -173,13 +170,11 @@ jobs:
173
170
docker buildx imagetools create \
174
171
--tag "$tag" \
175
172
--annotation "index:org.opencontainers.image.description=${IMAGE_DESCRIPTION}" \
176
- "${src_tag}-amd64" \
177
- "${src_tag}-arm64"
+ "${src_tag}-amd64"
178
else
179
180
181
182
183
fi
184
done <<< "$tags"
185
0 commit comments