Skip to content

Commit

Permalink
remove cross compilation because we run out
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
  • Loading branch information
vincenzopalazzo committed Feb 5, 2023
1 parent c363dbf commit f620ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
platforms: linux/amd64
push: true
tags: vincenzopalazzo/ln-dashboard:${{ steps.vars.outputs.tag }}

0 comments on commit f620ad5

Please sign in to comment.