aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/arch.yml
blob: a35281522705d5ad316d4ddc89808ec09c55d440 (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:
      - portable
  pull_request:
    branches:
      - portable
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