Modify Multiarch workflow

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-07-18 11:14:15 +05:30
parent 48fe07762a
commit b803a73317

View file

@ -27,7 +27,9 @@ jobs:
path: "buildah-build"
- name: Install qemu dependency
run: sudo apt-get install -y qemu-user-static
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static
- name: Create Dockerfile
run: |