Skip to content

Commit 63f9e64

Browse files
author
mike dupont
committed
try again
1 parent e71735d commit 63f9e64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/image.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: meta-introspector/setup-buildx-action@v3.8.0
3333
with:
3434
install: true
35-
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
35+
platforms: linux/amd64,linux/arm/v7
3636
# first we login
3737
- name: Login to Docker Hub
3838
uses: meta-introspector/login-action@v3
@@ -62,7 +62,7 @@ jobs:
6262
id: push
6363
uses: meta-introspector/build-push-action@v5.0.0
6464
with:
65-
platforms: linux/amd64,linux/arm64/v8,linux/arm64/v7,linux/arm64/v6
65+
platforms: linux/amd64,linux/arm64
6666
context: .
6767
push: true
6868
tags: ${{ steps.meta.outputs.tags }}

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use a specific Node.js version for better reproducibility
22
#FROM node:23.3.0-slim AS builder
3-
FROM node:23.3.0 AS builder
3+
FROM node:23.6.0 AS builder
44

55
# Install pnpm globally and install necessary build tools
66
RUN npm install -g pnpm@9.4.0 && \

0 commit comments

Comments
 (0)