Skip to content

Commit

Permalink
fix(pack-parted): +qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
2moe committed Apr 11, 2024
1 parent b060300 commit 8f754d0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pack-parted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
fail-fast: false
matrix:
builder: ["alpine:edge"]
arch: [ "x64", "x86", "s390x", "ppc64le", "armv7a", "arm64"]
arch: [
# "x64", "x86",
"s390x", "ppc64le", "armv7a", "arm64"]
include:
- arch: x64
oci_arch: amd64
Expand Down Expand Up @@ -45,12 +47,17 @@ jobs:
shell: zsh --pipefail -fex {0}
env:
DOCKER_DIR: assets/parted
non_x86: ${{ !contains(fromJSON('["x64", "x86"]'), matrix.arch) }}

steps:
- name: install zsh
shell: sh -e {0}
run: ${{ vars.INSTALL_ZSH }}

- name: install qemu-user
if: fromJson(env.non_x86)
run: apt-install qemu-user-static

- name: Login to GHCR
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 8f754d0

Please sign in to comment.