Skip to content

Commit

Permalink
remove i386 build to allow the other architecture's images to be prod…
Browse files Browse the repository at this point in the history
…uced

Alpine doesn't build a x86 package for php/imagick anymore, due to:
Imagick/imagick#385
  • Loading branch information
simonrupf committed Jun 19, 2021
1 parent 4e5deac commit f27b7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
VERSION=${GITHUB_REF##*/}
echo ::set-output name=buildx_args::--tag ${IMAGE}:latest \
--tag ${IMAGE}:${VERSION} \
--platform linux/amd64,linux/386,${QEMU_PLATFORMS} .
--platform linux/amd64,${QEMU_PLATFORMS} .
echo ::set-output name=qemu_platforms::${QEMU_PLATFORMS}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down

0 comments on commit f27b7ce

Please sign in to comment.