Skip to content

Commit

Permalink
Removed armv7 support due to Brotli compression
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Howard <[email protected]>
  • Loading branch information
samhaswon committed Aug 3, 2023
1 parent 2de201c commit a17d139
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ A self-hosted webapp of various Bible versions including the KJV, ESV, and ASV.
|:------------:|:---------:|--------|
| x86-64 || latest |
| arm64v8 || latest |
| arm32v7 || latest |

## Examples
*Note: Screen shots taken in dark mode <br>
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
build-and-push:
docker buildx build --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag samhaswon/self-hosted-bible:latest .
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --tag samhaswon/self-hosted-bible:latest .

0 comments on commit a17d139

Please sign in to comment.