Skip to content

Commit 0e4e96f

Browse files
committed
Build arm64 as well
Signed-off-by: Pete Wall <pete.wall@grafana.com>
1 parent 0f84f83 commit 0e4e96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-kubectl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
4848
with:
4949
context: tools/kubectl-image
50-
platforms: linux/amd64
50+
platforms: linux/amd64,linux/arm64
5151
provenance: false
5252
sbom: false
5353
push: true

0 commit comments

Comments
 (0)