Skip to content

Commit 9e0b422

Browse files
committed
feat: remove arm64 platform from build-dev-container workflow
1 parent 72393f5 commit 9e0b422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-dev-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
dir: ${{fromJson(needs.list-dir.outputs.dir)}}
41-
platform: ["linux/amd64", "linux/arm64"]
41+
platform: ["linux/amd64"]
4242
steps:
4343
- name: Checkout
4444
uses: actions/checkout@v4

0 commit comments

Comments
 (0)