diff --git a/.github/workflows/docker-arm.yml b/.github/workflows/docker-arm.yml index 9ab34ad..fa19370 100644 --- a/.github/workflows/docker-arm.yml +++ b/.github/workflows/docker-arm.yml @@ -33,4 +33,4 @@ jobs: file: ./Dockerfile.arm64 platforms: linux/arm64 push: true - tags: spikecodes/libreddit:latest + tags: spikecodes/libreddit:arm diff --git a/README.md b/README.md index c57fd5e..2e2d8f3 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,8 @@ docker pull spikecodes/libreddit docker run -d --name libreddit -p 80:8080 spikecodes/libreddit ``` +To deploy on `arm64` platforms, simply replace `spikecodes/libreddit` in the commands above with `spikecodes/libreddit:arm`. + ## 3) AUR For ArchLinux users, Libreddit is available from the AUR as [`libreddit-git`](https://aur.archlinux.org/packages/libreddit-git).