Skip to content

Commit 8e47c43

Browse files
committed
remove arm as a target for now
Signed-off-by: Robert Landers <landers.robert@gmail.com>
1 parent a8b3f69 commit 8e47c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
builder: ${{ steps.buildx.outputs.name }}
6666
cache-from: type=gha,scope=image
6767
cache-to: type=gha,mode=max,scope=image
68-
platforms: linux/amd64,linux/arm64
68+
platforms: linux/amd64
6969
- name: Build Test Image
7070
uses: docker/build-push-action@v6
7171
with:

0 commit comments

Comments
 (0)