Обновить action.yaml

This commit is contained in:
Надежда Краснобородько 2024-04-15 11:55:25 +03:00
parent 3a5eed619f
commit 3b282da415

View File

@ -25,8 +25,11 @@ runs:
run: |
echo "apt-get install -y python3-module-tomli python3-module-jinja2 podman buildah"
apt-get install -y python3-module-tomli python3-module-jinja2 podman buildah
echo "apt-get install -y qemu-user-static-binfmt-aarch64 qemu-user-static-binfmt-arm qemu-user-static-binfmt-ppc"
apt-get install -y qemu-user-static-binfmt-aarch64 qemu-user-static-binfmt-arm qemu-user-static-binfmt-ppc
- name: Check inputs
run: |
echo "image=${{ inputs.image }}"
echo "branch=${{ inputs.branch }}"
echo "org=${{ inputs.org }}"
- name: Check out building repo
uses: https://gitea.com/actions/checkout@v4
with: