We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ad698 commit a1a1f21Copy full SHA for a1a1f21
.github/workflows/ci.yml
@@ -27,4 +27,4 @@ jobs:
27
- name: Show Python version
28
run: python -c "import sys; print(sys.version)"
29
- name: Build and push
30
- run: tools/build utils && tools/push utils
+ run: tools/push -p linux/amd64 -p linux/arm64 utils xud
0 commit comments