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