Skip to content

Commit 48cc554

Browse files
committed
ci: disable linux/arm64 container building for now
1 parent 74b8369 commit 48cc554

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: docker/build-push-action@v6
6161
with:
6262
context: '.'
63-
platforms: linux/amd64,linux/arm64 # linux/riscv64 not yet supported by the base image
63+
platforms: linux/amd64 # linux/arm64 too slow to build, linux/riscv64 not yet supported by the base image
6464
push: ${{ github.event_name != 'pull_request' }}
6565
tags: ${{ steps.meta.outputs.tags }}
6666
labels: ${{ steps.meta.outputs.labels }}

scripts/test-build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ add_annotation org.opencontainers.image.revision "$git_commit"
4747

4848
args=(
4949
--rm
50-
--platform "linux/amd64,linux/arm64" # linux/riscv64 is not yet supported
50+
--platform "linux/amd64" # linux/arm64 too slow to build, linux/riscv64 is not yet supported
5151
-o "$output_param"
5252
.
5353
)

0 commit comments

Comments
 (0)