Skip to content

Commit 69623db

Browse files
authored
Add ARM64 support to c9s images (#527)
1 parent bc3e344 commit 69623db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
docker_context: ${{ matrix.docker_context }}
120120
tag: ${{ matrix.tag }}
121121
image_name: ${{ matrix.image_name }}
122-
archs: amd64, s390x, ppc64le
122+
archs: amd64, s390x, ppc64le, arm64
123123

124124
- name: Check if Dockerfile is not c9s, then Build and push to quay.io registry
125125
if: matrix.dockerfile != '13/Dockerfile.c9s' && matrix.dockerfile != '15/Dockerfile.c9s'

0 commit comments

Comments
 (0)