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:
parent
163dcdbb23
commit
eecc7d8a59
3 changed files with 3 additions and 14 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue