Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit eb1f5f3

Browse files
committed
Temporarily disable pyston arm64 builds
Too slow currently, we need some kind of base with compiled things pre-installed.
1 parent 6fe749f commit eb1f5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/beeper-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
docker buildx build \
124124
--push \
125-
--platform linux/amd64,linux/arm64 \
125+
--platform linux/amd64 \
126126
--build-arg BASE_IMAGE=pyston/slim:2.3.3 \
127127
--tag ${{ secrets.CI_REGISTRY }}/synapse:$tag-${{ github.sha }}-pyston \
128128
-f docker/Dockerfile-custom-base \

0 commit comments

Comments
 (0)