1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 10:15:22 +00:00

Now based on Alpine Linux 3.12 with s6 overlay

This commit is contained in:
CrazyMax 2020-09-03 22:35:39 +02:00
parent 163dcdbb23
commit eecc7d8a59
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 3 additions and 14 deletions

View file

@ -26,7 +26,7 @@ jobs:
id: prepare
run: |
DOCKER_IMAGE=librenms/librenms
DOCKER_PLATFORMS=linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le
DOCKER_PLATFORMS=linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le,linux/s390x
VERSION=edge
if [[ $GITHUB_REF == refs/tags/* ]]; then