Skip to content

Commit

Permalink
[build-docker] Bringing linux/arm/v7 Docker Target back
Browse files Browse the repository at this point in the history
  • Loading branch information
meinname authored Jul 11, 2024
1 parent e1433b8 commit 3cef80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
platforms: linux/arm64/v8,linux/amd64
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
tags: openbullet/openbullet2:latest,openbullet/openbullet2:${{ env.VERSION }}

0 comments on commit 3cef80b

Please sign in to comment.