Skip to content

Commit

Permalink
#7: Build on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Nov 15, 2020
1 parent 207c12d commit c5b74d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
run: "rkd :release:pypi --token=${{ secrets.PYPI_TOKEN }}"

- name: Release to docker registry (arm)
run: "rkd :release:docker:x86 --git-tag=${GITHUB_REF}"
run: "rkd :release:docker:arm --git-tag=${GITHUB_REF}"

0 comments on commit c5b74d7

Please sign in to comment.