Skip to content

Commit

Permalink
revert: refactor(node/alpine): only amd64 platform
Browse files Browse the repository at this point in the history
Refs: 4e2e93f
  • Loading branch information
Fab1o0107 committed Apr 8, 2024
1 parent 68adeaa commit 3b3ebbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/18/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TAGS: hydrogen
# VARIANT: alpine
# PLATFORMS: linux/amd64
# PLATFORMS: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6, linux/ppc64le, linux/s390x
FROM node:18.20.1-alpine

ARG BUILDPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion node/20/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TAGS: iron, lts
# VARIANT: alpine
# PLATFORMS: linux/amd64
# PLATFORMS: linux/amd64, linux/arm64/v8, linux/arm/v7, linux/arm/v6, linux/ppc64le, linux/s390x
FROM node:20.12.1-alpine

ARG BUILDPLATFORM
Expand Down

0 comments on commit 3b3ebbe

Please sign in to comment.