Skip to content

Commit adfd06b

Browse files
committed
Merge branch 'maintenance/manylinux-cache-platform-tags' into devel
2 parents 83c22c2 + 4a1047b commit adfd06b

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/workflows/build-manylinux-container-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
id: build-image
9393
uses: redhat-actions/buildah-build@v2.13
9494
with:
95-
arch: linux/${{ env.QEMU_ARCH }}
95+
arch: ${{ env.QEMU_ARCH }}
9696
image: ${{ env.FULL_IMAGE_NAME }}
9797
tags: >-
9898
${{ github.sha }}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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`
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
The wheels are now built in cached container images with a
2+
correctly set platform identifier.
3+
4+
-- by :user:`webknjaz`

0 commit comments

Comments
 (0)