Skip to content

Commit

Permalink
Re-add arm/v7 build to Docker (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbjohnson authored Aug 15, 2023
1 parent 1bfcaa4 commit fd892ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
docker:
runs-on: ubuntu-latest
env:
PLATFORMS: "linux/amd64,linux/arm64"
PLATFORMS: "linux/amd64,linux/arm64,linux/arm/v7"
VERSION: "${{ github.event_name == 'release' && github.event.release.name || github.sha }}"

steps:
Expand Down

0 comments on commit fd892ee

Please sign in to comment.