vishnoianil commited on
Commit
512d1f0
·
1 Parent(s): b0b8a90

Add support for arm64 architecture for cpu only image

Browse files

Signed-off-by: Anil Vishnoi <[email protected]>

.github/workflows/images-dryrun.yml CHANGED
@@ -48,7 +48,7 @@ jobs:
48
  push: false
49
  tags: ${{ steps.ghcr_serve_cpu_meta.outputs.tags }}
50
  labels: ${{ steps.ghcr_serve_cpu_meta.outputs.labels }}
51
- platforms: linux/amd64
52
  cache-from: type=gha
53
  cache-to: type=gha,mode=max
54
  file: Containerfile
 
48
  push: false
49
  tags: ${{ steps.ghcr_serve_cpu_meta.outputs.tags }}
50
  labels: ${{ steps.ghcr_serve_cpu_meta.outputs.labels }}
51
+ platforms: linux/amd64, linux/arm64
52
  cache-from: type=gha
53
  cache-to: type=gha,mode=max
54
  file: Containerfile
.github/workflows/images.yml CHANGED
@@ -67,7 +67,7 @@ jobs:
67
  push: true
68
  tags: ${{ steps.ghcr_serve_cpu_meta.outputs.tags }}
69
  labels: ${{ steps.ghcr_serve_cpu_meta.outputs.labels }}
70
- platforms: linux/amd64
71
  cache-from: type=gha
72
  cache-to: type=gha,mode=max
73
  file: Containerfile
 
67
  push: true
68
  tags: ${{ steps.ghcr_serve_cpu_meta.outputs.tags }}
69
  labels: ${{ steps.ghcr_serve_cpu_meta.outputs.labels }}
70
+ platforms: linux/amd64, linux/arm64
71
  cache-from: type=gha
72
  cache-to: type=gha,mode=max
73
  file: Containerfile