aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ubuntu-gcc10.yml
blob: e593df39012ef4f24af1ffc0fe7a6a9e6ef7890e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Ubuntu (amd64 glibc openssl gcc10)
on: 
  push:
    branches:
      - master
  pull_request:
    branches:
      - master
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - name: Ubuntu (amd64 glibc openssl gcc10)
      run: docker build . --file ci/docker/Dockerfile.ubuntu-gcc10 --tag opensmtpd:ubuntu-gcc10