We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83c22c2 + 4a1047b commit adfd06bCopy full SHA for adfd06b
.github/workflows/build-manylinux-container-images.yml
@@ -92,7 +92,7 @@ jobs:
92
id: build-image
93
uses: redhat-actions/buildah-build@v2.13
94
with:
95
- arch: linux/${{ env.QEMU_ARCH }}
+ arch: ${{ env.QEMU_ARCH }}
96
image: ${{ env.FULL_IMAGE_NAME }}
97
tags: >-
98
${{ github.sha }}
docs/changelog-fragments/692.contrib.rst
@@ -0,0 +1,5 @@
1
+The wheel building workflows have been updated to set the
2
+OCI image platform identifiers to legal values like
3
+``linux/arm64``.
4
+
5
+-- by :user:`webknjaz`
docs/changelog-fragments/692.packaging.rst
@@ -0,0 +1,4 @@
+The wheels are now built in cached container images with a
+correctly set platform identifier.
0 commit comments