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