aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ubuntu-gcc10.yml
blob: 9f70d7f0eea5957579c38b15fb512434f7987981 (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:
      - portable
  pull_request:
    branches:
      - portable
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