Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit fa2aee3

Browse files
committed
chore(ci): Try building just arm64 images
Signed-off-by: RJ Trujillo <eyecantcu@pm.me>
1 parent 01058a8 commit fa2aee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
type: string
99
env:
1010
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
11-
ARCHS: "arm64, amd64"
11+
ARCHS: "arm64"
1212

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{ inputs.fedora_version }}

0 commit comments

Comments
 (0)