mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-20 09:01:23 +00:00
Modify Multiarch workflow
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
48fe07762a
commit
b803a73317
1 changed files with 3 additions and 1 deletions
4
.github/workflows/multiarch.yml
vendored
4
.github/workflows/multiarch.yml
vendored
|
@ -27,7 +27,9 @@ jobs:
|
||||||
path: "buildah-build"
|
path: "buildah-build"
|
||||||
|
|
||||||
- name: Install qemu dependency
|
- 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
|
- name: Create Dockerfile
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue