Skip to content

Commit

Permalink
fix: setup qemu for all non-x64
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Feb 19, 2024
1 parent 165827c commit cd32990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3

- uses: docker/setup-qemu-action@v2
if: matrix.arch == 'centos7-devtoolset8-arm32v7' || matrix.arch == 'centos7-devtoolset8-arm64' || matrix.arch == 'centos7-devtoolset8-ppc64le' || matrix.arch == 'alpine-arm64'
if: matrix.arch == 'centos7-devtoolset8-arm32v7' || matrix.arch == 'centos7-devtoolset8-arm64' || matrix.arch == 'centos7-devtoolset8-ppc64le' || matrix.arch == 'alpine-arm64' || matrix.arch == 'bionic-devtoolset-arm32v7' || matrix.arch == 'bionic-devtoolset-ppc64le'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit cd32990

Please sign in to comment.