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:
@ -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
|
||||
|
Reference in New Issue
Block a user