Skip to content

Commit d50097e

Browse files
committed
specify platforms to build docker images for
1 parent 046582d commit d50097e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
with:
7676
file: LavalinkServer/docker/Dockerfile
7777
context: .
78+
platforms: linux/amd64,linux/arm/v7
7879
push: true
7980
tags: ${{ steps.meta.outputs.tags }}
8081
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)