diff --git a/README.md b/README.md index d7f7ef3..07dbceb 100644 --- a/README.md +++ b/README.md @@ -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
diff --git a/makefile b/makefile index cf88483..dcf8b64 100644 --- a/makefile +++ b/makefile @@ -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 .