Skip to content

Commit 2087b6a

Browse files
author
Gary Miller
committed
testing with more platforms
1 parent d3c820c commit 2087b6a

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

docker/docker-compose.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ 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:
18-
- linux/amd64
19-
# - linux/arm/v7
20-
- linux/arm64/v8
21-
# - linux/ppc64le
22-
# - linux/s390x
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
23+
2324
target: ${TARGET:-dist}
2425
volumes:
2526
- .:/local

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ohm-js",
3-
"version": "18.0.0-beta.9.a",
3+
"version": "18.0.0-beta.9.b",
44
"description": "Ohm runtime — CST nodes, Grammar, and MatchResult",
55
"keywords": ["parser", "parsing", "ohm", "ohm-js", "runtime"],
66
"homepage": "https://github.com/ohmjs/ohm#readme",

0 commit comments

Comments
 (0)