Skip to content

Link with custom libc #65

Link with custom libc

Link with custom libc #65

Workflow file for this run

name: Build and test
on: [pull_request]
jobs:
check-ubuntu-Dockerfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: docker build
uses: docker/build-push-action@v2
with:
context: .
file: ./ubuntu-Dockerfile
check-debian-Dockerfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: docker build
uses: docker/build-push-action@v2
with:
context: .
file: ./debian-Dockerfile