We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f3764 commit eae53c8Copy full SHA for eae53c8
.github/workflows/build-containers.yml
@@ -33,13 +33,15 @@ jobs:
33
uses: docker/build-push-action@v3.2.0
34
with:
35
context: .
36
+ platforms: linux/amd64,linux/arm64
37
push: true
38
file: dockerfile.indexer
39
tags: ghcr.io/${{ github.repository }}/indexer:${{ env.IMAGE_TAG }}
40
- name: Build and push services container
41
42
43
44
45
46
file: dockerfile.services
47
tags: ghcr.io/${{ github.repository }}/services:${{ env.IMAGE_TAG }}
0 commit comments