Update docker-image-armv8.yml

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

View file

@ -11,5 +11,9 @@ jobs:
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