Skip to content

Commit eae53c8

Browse files
janezicmatejmboben
authored andcommitted
feat(ci): build arm image in github ci
1 parent 16f3764 commit eae53c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-containers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,15 @@ jobs:
3333
uses: docker/build-push-action@v3.2.0
3434
with:
3535
context: .
36+
platforms: linux/amd64,linux/arm64
3637
push: true
3738
file: dockerfile.indexer
3839
tags: ghcr.io/${{ github.repository }}/indexer:${{ env.IMAGE_TAG }}
3940
- name: Build and push services container
4041
uses: docker/build-push-action@v3.2.0
4142
with:
4243
context: .
44+
platforms: linux/amd64,linux/arm64
4345
push: true
4446
file: dockerfile.services
4547
tags: ghcr.io/${{ github.repository }}/services:${{ env.IMAGE_TAG }}

0 commit comments

Comments
 (0)