Skip to content

Commit d45440e

Browse files
authored
build Docker image for ARM64 #32 (in addition to x86_64) (#37)
1 parent f5e366c commit d45440e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ jobs:
3434
${{ steps.docker_meta.outputs.tags }}
3535
${{ github.ref == 'refs/heads/main' && 'inseefrlab/s3-operator:latest' || '' }}
3636
labels: ${{ steps.docker_meta.outputs.labels }}
37+
platforms: linux/amd64,linux/arm64
3738
- name: Image digest
3839
run: echo ${{ steps.docker_build.outputs.digest }}

0 commit comments

Comments
 (0)