Skip to content

Commit e892afe

Browse files
authored
remove docker arm/v7 builds for now
1 parent 53681ec commit e892afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
file: LavalinkServer/docker/Dockerfile
8686
context: .
87-
platforms: linux/amd64,linux/arm/v7
87+
platforms: linux/amd64
8888
push: true
8989
tags: ${{ steps.meta.outputs.tags }}
9090
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)