Skip to content

Commit a1a1f21

Browse files
committed
update action
1 parent 66ad698 commit a1a1f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Show Python version
2828
run: python -c "import sys; print(sys.version)"
2929
- name: Build and push
30-
run: tools/build utils && tools/push utils
30+
run: tools/push -p linux/amd64 -p linux/arm64 utils xud

0 commit comments

Comments
 (0)