1
0
mirror of https://github.com/garraflavatra/docker-volume-s3-backup.git synced 2025-06-27 13:35:10 +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

@ -1,5 +1,6 @@
ARG ALPINE_VERSION
FROM alpine:${ALPINE_VERSION}
ARG TARGETARCH
ADD src/install.sh install.sh
RUN sh install.sh && rm install.sh