We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1047296 commit 37d29d4Copy full SHA for 37d29d4
1 file changed
.github/workflows/ampere-build-and-release.yaml
@@ -14,7 +14,7 @@ jobs:
14
name: Build arm64 wheels
15
runs-on: [self-hosted]
16
container:
17
- image: ubuntu:22.10
+ image: ubuntu:22.04
18
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
19
20
steps:
@@ -51,7 +51,7 @@ jobs:
51
needs: [build_wheels_arm64]
52
53
54
55
56
57
- uses: actions/download-artifact@v4
0 commit comments