Skip to content

Commit a0a1168

Browse files
committed
Update multiarch.yml
1 parent 414cf9b commit a0a1168

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/multiarch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ concurrency:
1212

1313
jobs:
1414
deploy:
15+
name: Deploy multi-arch images
1516
runs-on: ubuntu-latest
1617
steps:
1718
- uses: actions/checkout@v4
19+
- name: Install ORAS
20+
run: snap install oras --classic
1821
- name: Deploy
1922
if: github.repository == 'pypa/manylinux'
2023
run: ./deploy_multiarch.sh

0 commit comments

Comments
 (0)