Skip to content

Commit 00009f7

Browse files
committed
fix: drop arm/v7 from docker publish targets
1 parent faf71a0 commit 00009f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
context: .
6464
push: true
65-
platforms: linux/amd64,linux/arm64,linux/arm/v7
65+
platforms: linux/amd64,linux/arm64
6666
tags: ${{ steps.meta.outputs.tags }}
6767
labels: ${{ steps.meta.outputs.labels }}
6868
cache-from: type=gha

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Builder
2-
FROM node:24.13.1-alpine AS builder
2+
FROM --platform=$BUILDPLATFORM node:24.13.1-alpine AS builder
33

44
WORKDIR /src
55

0 commit comments

Comments
 (0)