mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-08-17 21:25:53 +02:00
Drop packaging for Ubuntu focal. (#1359)
This commit is contained in:
@@ -16,6 +16,7 @@ jobs:
|
||||
DOCKER_HUB_ID: ${{ secrets.DOCKER_HUB_ID }}
|
||||
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
|
||||
with:
|
||||
runs_on: ubuntu-24.04
|
||||
cross_build_args: --features openssl/vendored
|
||||
cross_max_wait_mins: 20
|
||||
|
||||
|
||||
+1
-1
@@ -135,7 +135,7 @@ RUN chmod a+x /tmp/out/bin/*
|
||||
#
|
||||
# The previous build stage from which binaries are copied is controlled by the
|
||||
# MODE ARG (see above).
|
||||
FROM alpine:3.18 AS final
|
||||
FROM ${BASE_IMG} AS final
|
||||
|
||||
# Copy binaries from the 'source' build stage into the image we are building
|
||||
COPY --from=source /tmp/out/bin/* /usr/local/bin/
|
||||
|
||||
@@ -5,7 +5,6 @@ pkg:
|
||||
- "krillup"
|
||||
- "krillta"
|
||||
image:
|
||||
- "ubuntu:focal" # ubuntu/20.04
|
||||
- "ubuntu:jammy" # ubuntu/22.04
|
||||
- "ubuntu:noble" # ubuntu/24.04
|
||||
- "debian:bullseye" # debian/11
|
||||
@@ -45,9 +44,6 @@ include:
|
||||
- image: "debian:bullseye"
|
||||
deb_extra_lintian_args: "--suppress-tags systemd-service-file-outside-lib"
|
||||
|
||||
- image: "ubuntu:focal"
|
||||
deb_extra_lintian_args: "--suppress-tags systemd-service-file-outside-lib"
|
||||
|
||||
# package for the Raspberry Pi 4b as an ARMv7 cross compiled variant of the Debian Bullseye upon which
|
||||
# Raspbian 11 is based.
|
||||
- pkg: "krill"
|
||||
|
||||
Reference in New Issue
Block a user