We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5075cc commit c11a9d4Copy full SHA for c11a9d4
.github/workflows/build-and-push.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Build and push
43
uses: docker/build-push-action@v6
44
with:
45
- platforms: linux/amd64,linux/arm64
+# platforms: linux/amd64,linux/arm64
46
push: true
47
cache-from: type=gha
48
cache-to: type=gha,mode=max
Dockerfile
@@ -31,7 +31,7 @@ RUN npm run build
31
WORKDIR /zeppelin
32
RUN npm prune --omit=dev
33
34
-FROM node:24-alpine AS main
+FROM --platform=linux/arm64 node:24-alpine AS main
35
36
USER node
37
COPY --from=build --chown=node:node /zeppelin /zeppelin
0 commit comments