diff --git a/.github/workflows/build-pocketbase-amd64.yml b/.github/workflows/build-pocketbase-amd64.yml index a1fda13..acca3ea 100644 --- a/.github/workflows/build-pocketbase-amd64.yml +++ b/.github/workflows/build-pocketbase-amd64.yml @@ -38,8 +38,7 @@ jobs: uses: docker/build-push-action@v6 with: tags: ${{ steps.meta.outputs.tags }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true build-args: | - ARCH=${{ vars.AMD64 }} PB_VERSION=${{ vars.PB_VERSION }} diff --git a/README.md b/README.md index 4e2629d..d17bde8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Unoffical Pocketbase Docker Container This Repo sets up the Github Actions to build and deploy to Dockerhub the `azatecas/pocketbase` image. I do not build pocketbase from scratch, but rather pull the official release from the original Pocketbase Repo and containarize it. +Support the original project: https://github.com/pocketbase/pocketbase + Suggested `docker-compose.yml` configuration ```yml