aboutsummaryrefslogtreecommitdiffstats
path: root/foobar/.github/workflows/alpine.yml
diff options
context:
space:
mode:
Diffstat (limited to 'foobar/.github/workflows/alpine.yml')
-rw-r--r--foobar/.github/workflows/alpine.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/foobar/.github/workflows/alpine.yml b/foobar/.github/workflows/alpine.yml
new file mode 100644
index 00000000..6f2d29f6
--- /dev/null
+++ b/foobar/.github/workflows/alpine.yml
@@ -0,0 +1,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