Skip to content

Commit 938cd26

Browse files
EstrellaXDclaudehappy-otter
committed
ci: remove arm/v7 platform from Docker build
The uv builder image (ghcr.io/astral-sh/uv:0.5-python3.12-alpine) only supports amd64 and arm64, not arm/v7. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent b28f1b4 commit 938cd26

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
with:
239239
context: .
240240
builder: ${{ steps.buildx.output.name }}
241-
platforms: linux/amd64,linux/arm64,linux/arm/v7
241+
platforms: linux/amd64,linux/arm64
242242
push: True
243243
tags: ${{ steps.meta.outputs.tags }}
244244
labels: ${{ steps.meta.outputs.labels }}
@@ -251,7 +251,7 @@ jobs:
251251
with:
252252
context: .
253253
builder: ${{ steps.buildx.output.name }}
254-
platforms: linux/amd64,linux/arm64,linux/arm/v7
254+
platforms: linux/amd64,linux/arm64
255255
push: ${{ github.event_name == 'push' }}
256256
tags: ${{ steps.meta-dev.outputs.tags }}
257257
labels: ${{ steps.meta-dev.outputs.labels }}
@@ -264,7 +264,7 @@ jobs:
264264
with:
265265
context: .
266266
builder: ${{ steps.buildx.output.name }}
267-
platforms: linux/amd64,linux/arm64,linux/arm/v7
267+
platforms: linux/amd64,linux/arm64
268268
push: false
269269
tags: estrellaxd/auto_bangumi:test
270270
cache-from: type=gha, scope=${{ github.workflow }}

0 commit comments

Comments
 (0)