Skip to content

execsnoop: use strftime instead of elapsed #12

execsnoop: use strftime instead of elapsed

execsnoop: use strftime instead of elapsed #12

Workflow file for this run

name: Distros
on: [push]
# Cancel previous run if a new one is started
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
dockerfile:
- docker/Dockerfile.debian
- docker/Dockerfile.fedora
- docker/Dockerfile.ubuntu
steps:
- uses: actions/checkout@v2
- name: Build
run: docker build -f ${{ matrix.dockerfile }} .