pastebin/.github/workflows/docker-image-armv8.yml
2020-11-08 10:34:12 +01:00

19 lines
445 B
YAML

name: Docker image armv8
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fetch additional packages
run: sudo apt-get update && sudo apt-get install qemu-user-static qemu binfmt-support
- name: Build the Docker image
run: docker build . --file Dockerfile.armv8 --tag mkaczanowski/pastebin:armv8