1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00

Remove inapplicable wrongly copy-pasted comment.

This commit is contained in:
Ximon Eighteen
2022-10-26 15:47:10 +02:00
committed by GitHub
parent 4808a089a2
commit 20739c369d

View File

@ -1,20 +1,4 @@
---
# matrix field notes:
# platform: used by Docker to use the right architecture base image.
# the set of supported values can be seen at:
# https://go.dev/doc/install/source#environment
# from: https://github.com/docker-library/official-images#architectures-other-than-amd64
# from: https://docs.docker.com/desktop/multi-arch/
# one must also take any "normalization" into account, e.g. arm64v8 -> arm64, see:
# https://github.com/containerd/containerd/blob/v1.4.3/platforms/database.go#L83
# see also:
# https://stackoverflow.com/a/70889505
# shortname: used by us to tag the architecture specific "manifest" image.
# crosstarget: (optional) used to download the correct cross-compiled binary that was produced earlier by the
# 'cross' job above.
# mode: (optional) set to 'copy' for cross-compiled targets.
# cargo_args: (optional) can be used when testing, e.g. set to '--no-default-features' to speed up the Krill
# build.
pkg:
- 'routinator'
image:
@ -61,4 +45,4 @@ include:
# package for the ROCK64 as an AARCH64 cross compiled variant of Debian Buster upon which Armbian 21 is based.
- pkg: 'routinator'
image: 'debian:buster'
target: 'aarch64-unknown-linux-musl'
target: 'aarch64-unknown-linux-musl'