Skip to content

Commit 6b00a2d

Browse files
committed
Add Docker Buildx setup for multi-platform image builds
The default docker driver does not support multi-platform builds. Use docker/setup-buildx-action to enable linux/amd64 + linux/arm64.
1 parent 856adbc commit 6b00a2d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- name: Get current tag name
2121
id: getTag
2222
uses: olegtarasov/get-tag@v2.1
23+
- name: Set up Docker Buildx
24+
uses: docker/setup-buildx-action@v3
2325
- name: Login to Docker Registry
2426
run: >
2527
echo "${{ secrets.GH_PAT }}" |

0 commit comments

Comments
 (0)