Skip to content

Bump github.com/icinga/icingadb from 1.0.0 to 1.1.1 in /entrypoint #80

Bump github.com/icinga/icingadb from 1.0.0 to 1.1.1 in /entrypoint

Bump github.com/icinga/icingadb from 1.0.0 to 1.1.1 in /entrypoint #80

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request: {}
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout HEAD
uses: actions/checkout@v1
- shell: bash
run: sudo apt-get update
- name: QEMU
run: sudo apt-get install -y qemu-user-static binfmt-support
- run: docker buildx create --use
- name: Icinga DB
run: git clone https://github.com/Icinga/icingadb.git
- name: Build
run: ./build.bash ./icingadb all