Skip to content

Commit f620ad5

Browse files
remove cross compilation because we run out
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
1 parent c363dbf commit f620ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
uses: docker/build-push-action@v2
3636
with:
3737
context: .
38-
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
38+
platforms: linux/amd64
3939
push: true
4040
tags: vincenzopalazzo/ln-dashboard:${{ steps.vars.outputs.tag }}

0 commit comments

Comments
 (0)