Skip to content

Commit 6fac4c1

Browse files
committed
perf(ci): improve CI performance by remove armhf support for containers
1 parent 1bd4739 commit 6fac4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
CONTAINER_REGISTRY: ghcr.io
1313
CONTAINER_IMAGE: ghcr.io/${{ github.repository }}
14-
PLATFORMS: linux/amd64,linux/arm64,linux/arm
14+
PLATFORMS: linux/amd64,linux/arm64
1515

1616
jobs:
1717
binaries:

0 commit comments

Comments
 (0)