feat: arm64
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-10-23 17:14:54 +02:00
parent 7c6d57067b
commit 49b727d22b
5 changed files with 332 additions and 36 deletions

View File

@ -1,7 +1,7 @@
# CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a
# container runtime. This is needed to start and run a container image.
CONTAINER_RUNTIME?=$(shell which docker)
CONTAINER_RUNTIME?=$(shell which podman)
# RPMBUILDER_IMAGE_REGISTRY_NAME
# Defines the name of the new container to be built using several variables.