Skip to content

Commit 5e70369

Browse files
committed
Disable arm64 CPU and GPU builds
1 parent 0f31f4a commit 5e70369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
VERSION: ${{ needs.prepare-release.outputs.version_tag }} # Use tag version (vX.Y.Z) for bake
4040
strategy:
4141
matrix:
42-
build_target: ["cpu", "cpu-arm64", "gpu-arm64", "gpu", "rocm"]
42+
build_target: ["cpu", "gpu", "rocm"]
4343
steps:
4444
- name: Checkout repository
4545
uses: actions/checkout@v4

0 commit comments

Comments
 (0)