Skip to content

Commit b423220

Browse files
author
dn.petrov
committed
asdf2
1 parent 6fcdffe commit b423220

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/manylinux_2_24_aarch64/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/pypa/manylinux_2_24_aarch64:latest
1+
FROM quay.io/pypa/manylinux_2014_aarch64:latest
22

33
COPY entrypoint.sh /entrypoint.sh
44
RUN chmod +x /entrypoint.sh

.github/actions/manylinux_2_24_x86_64/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/pypa/manylinux_2_24_x86_64:latest
1+
FROM quay.io/pypa/manylinux_2014_x86_64:latest
22

33
COPY /entrypoint.sh /entrypoint.sh
44
RUN chmod +x /entrypoint.sh

0 commit comments

Comments
 (0)