feat(platforms): Add ARM support
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Andreas Mieke 2024-01-13 03:14:36 +01:00
parent 45e8883cae
commit 49b78cf10f
4 changed files with 41 additions and 40 deletions

View file

@ -2,8 +2,7 @@
# Dockerfile to build borgbackup server images
# Based on Debian
############################################################
ARG BASE_IMAGE=debian:bullseye-slim
FROM $BASE_IMAGE
FROM debian:12.4-slim
# Volume for SSH-Keys
VOLUME /sshkeys