Skip to content

Commit 60e8482

Browse files
committed
Test building docker image for arm64 as well
1 parent c43ae56 commit 60e8482

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-latest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
uses: docker/build-push-action@v5
4242
with:
4343
context: .
44+
platforms: linux/amd64,linux/arm64
4445
load: true
4546
tags: |
4647
${{env.TAG}}

0 commit comments

Comments
 (0)