Skip to content

Commit 43b6568

Browse files
mchristianlnotandy
authored andcommitted
removing the arm build as it takes 27mins
there is no arm support for the cloud-hypervisor driver in libvirt anyways
1 parent f567e3f commit 43b6568

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/container-registry-ghcr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
with:
5252
context: .
5353
labels: ${{ steps.meta.outputs.labels }}
54-
platforms: linux/amd64,linux/arm64
54+
platforms: linux/amd64
5555
push: true
5656
tags: ${{ steps.meta.outputs.tags }}

Makefile.maker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ githubWorkflow:
4040
queries: security-extended
4141
pushContainerToGhcr:
4242
enabled: true
43-
platforms: "linux/amd64,linux/arm64"
43+
platforms: "linux/amd64"
4444
tagStrategy:
4545
- latest
4646
- semver

0 commit comments

Comments
 (0)