We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8acc66 commit 46dbbf1Copy full SHA for 46dbbf1
1 file changed
.github/workflows/docker-publish.yml
@@ -31,6 +31,10 @@ jobs:
31
name: manylinux-x86
32
arch: linux/amd64
33
tag: ghcr.io/insight-platform/manylinux_2_28_x64
34
+ - docker_file: docker/Dockerfile.py313_rust
35
+ name: py313_rust
36
+ arch: linux/arm64
37
+ tag: ghcr.io/insight-platform/py313_rust
38
- docker_file: docker/Dockerfile.py313_rust
39
name: py313_rust
40
0 commit comments