Skip to content

Commit b8eb9e8

Browse files
committed
fix: fix github build
1 parent 41eea05 commit b8eb9e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-push-to-registry.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
ghcr.io/${{ github.repository }}
3232
3333
- name: Build undb and push
34-
uses: docker/build-push-action@v5
34+
uses: docker/build-push-action@v6
3535
with:
36+
platforms: linux/amd64,linux/arm64
3637
push: true
3738
context: .
3839
file: Dockerfile

0 commit comments

Comments
 (0)