1
0
mirror of https://github.com/garraflavatra/docker-volume-s3-backup.git synced 2025-07-20 02:18:04 +00:00

Add ARM64 Builds (#15)

* Add ARM64 builds

* Move to a go-cron fork with arm64 support

* Use TARGETARCH directly in the script

* Use buildkit for docker build in readme
This commit is contained in:
Sam Weston
2022-07-14 06:16:28 +01:00
committed by GitHub
parent 600617f9ba
commit 4ac3278ffb
4 changed files with 15 additions and 2 deletions

View File

@ -50,7 +50,7 @@ docker exec <container name> sh restore.sh <timestamp>
## Build the image locally
`ALPINE_VERSION` determines Postgres version compatibility. See [`build-and-push-images.yml`](.github/workflows/build-and-push-images.yml) for the latest mapping.
```sh
docker build --build-arg ALPINE_VERSION=3.14
DOCKER_BUILDKIT=1 docker build --build-arg ALPINE_VERSION=3.14 .
```
## Run a simple test environment with Docker Compose
```sh