Create docker-image-armv8.yml

This commit is contained in:
Mateusz Kaczanowski 2020-11-08 10:21:22 +01:00 committed by GitHub
parent e247d53dd5
commit adbc900dd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,15 @@
name: Docker image armv8
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile.armv8 --tag mkaczanowski/pastebin:armv8