Skip to content

Commit c11a9d4

Browse files
committed
ci: doom's funny suggestion
1 parent c5075cc commit c11a9d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build and push
4343
uses: docker/build-push-action@v6
4444
with:
45-
platforms: linux/amd64,linux/arm64
45+
# platforms: linux/amd64,linux/arm64
4646
push: true
4747
cache-from: type=gha
4848
cache-to: type=gha,mode=max

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN npm run build
3131
WORKDIR /zeppelin
3232
RUN npm prune --omit=dev
3333

34-
FROM node:24-alpine AS main
34+
FROM --platform=linux/arm64 node:24-alpine AS main
3535

3636
USER node
3737
COPY --from=build --chown=node:node /zeppelin /zeppelin

0 commit comments

Comments
 (0)