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