Skip to content

v1.63.1: Remove arm64 builds from Docker Containers

Choose a tag to compare

@github-actions github-actions released this 16 Nov 09:15
· 424 commits to refs/heads/master since this release
8248d7a

📝 What’s Changed

The arm64 container builds causes the build time to increase from 5 minutes up to an hour. We are removing the arm64 platform for the time being.

🚀 Features

👥 List of contributors

@pglombardo

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

→ Setup a DNS record to point to your server (e.g. pwpush.example.com) and run:

docker run -d -p "80:80" -p "443:443" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest`

and browse to https://pwpush.example.com.

or alternatively

→ Use one of our production ready Docker Compose files with persistent databases.

🔗 Useful Links