Skip to content

Commit cad374c

Browse files
committed
Add support for arm64 architecture for cpu only image
Signed-off-by: Anil Vishnoi <[email protected]>
1 parent 01fc6e1 commit cad374c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/images-dryrun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
push: false
4949
tags: ${{ steps.ghcr_serve_cpu_meta.outputs.tags }}
5050
labels: ${{ steps.ghcr_serve_cpu_meta.outputs.labels }}
51-
platforms: linux/amd64
51+
platforms: linux/amd64, linux/arm64
5252
cache-from: type=gha
5353
cache-to: type=gha,mode=max
5454
file: Containerfile

.github/workflows/images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
push: true
6868
tags: ${{ steps.ghcr_serve_cpu_meta.outputs.tags }}
6969
labels: ${{ steps.ghcr_serve_cpu_meta.outputs.labels }}
70-
platforms: linux/amd64
70+
platforms: linux/amd64, linux/arm64
7171
cache-from: type=gha
7272
cache-to: type=gha,mode=max
7373
file: Containerfile

0 commit comments

Comments
 (0)