We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ee54b commit 2a6aa54Copy full SHA for 2a6aa54
.github/workflows/publish.yml
@@ -28,6 +28,7 @@ jobs:
28
id: docker_build
29
uses: docker/build-push-action@v4
30
with:
31
+ platforms: linux/amd64,linux/arm64
32
push: true
33
tags: |
34
ghcr.io/babbel/ruru-lambda:latest
0 commit comments