Skip to content

Commit 7326b63

Browse files
author
Gary Miller
committed
including only platforms supported by the base image (node:24-slim)
1 parent 2087b6a commit 7326b63

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

docker/docker-compose.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@ services:
1414
- org.opencontainers.image.licenses=MIT
1515
- org.opencontainers.image.description=Ohm tooling - A library and language for building parsers, interpreters, compilers, etc.
1616
x-bake:
17-
platforms: [linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x]
18-
# - linux/amd64
19-
# # - linux/arm/v7
20-
# - linux/arm64/v8
21-
# # - linux/ppc64le
22-
# # - linux/s390x
17+
# only platforms supported by the base image (node:24-slim) are included here
18+
# https://hub.docker.com/_/node/tags?name=24-slim
19+
platforms: [linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x]
2320

2421
target: ${TARGET:-dist}
2522
volumes:

0 commit comments

Comments
 (0)