Skip to content

Bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /entrypoint #142

Bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /entrypoint

Bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /entrypoint #142

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 2
run: git clone https://github.com/Icinga/icinga2.git
- name: Build
run: ./build.bash ./icinga2 all