Skip to content
Snippets Groups Projects
Commit 417b3079 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by Daniel Salzman
Browse files

CI: add Docker image building for arm64

parent d90a2ba1
Branches
Tags
No related merge requests found
......@@ -34,6 +34,14 @@ docker:knot-dns:debian:
IMAGE_NAME: debian:latest
IMAGE_TAG: $CI_REGISTRY_IMAGE/$IMAGE_NAME
docker:knot-dns:debian-arm64:
<<: *image
variables:
IMAGE_NAME: debian:latest
IMAGE_TAG: $CI_REGISTRY_IMAGE/$IMAGE_NAME-arm64
tags:
- arm64
docker:knot-dns:debian:unstable:
<<: *image
variables:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment