Skip to content

Commit

Permalink
Merge pull request #19 from samhaswon/dev
Browse files Browse the repository at this point in the history
Removed armv7 support from GH action due to Brotli compression
  • Loading branch information
samhaswon authored Aug 3, 2023
2 parents 740f003 + f2591ef commit 74eee3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: |
docker buildx build --push \
--tag samhaswon/self-hosted-bible:latest \
--platform linux/amd64,linux/arm/v7,linux/arm64 .
--platform linux/amd64,linux/arm64 .

0 comments on commit 74eee3a

Please sign in to comment.