Skip to content

Commit 66d3dc0

Browse files
committed
Skip arm64 build
1 parent ae97ead commit 66d3dc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
- name: slim
4343
suffix: ''
4444
dockerfile: Dockerfile.slim
45-
platforms: linux/amd64,linux/arm64
45+
# FIXME: orjson build
46+
# platforms: linux/amd64,linux/arm64
47+
platforms: linux/amd64
4648
build_args: ''
4749

4850
steps:

0 commit comments

Comments
 (0)