Skip to content

Commit 56c3fe8

Browse files
philprimeCopilot
andauthored
Update Makefile
Co-authored-by: Copilot <[email protected]>
1 parent 7ed15fa commit 56c3fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ build-linux:
9898
.PHONY: docker-build
9999
docker-build: build-linux
100100
docker buildx build \
101-
--platform linux/amd64,linux/arm64 \
101+
--platform linux/amd64 \
102102
-t github-actions-utils-cli:latest \
103103
--load \
104104
.

0 commit comments

Comments
 (0)