Skip to content

Commit

Permalink
#7: Compat
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Nov 14, 2020
1 parent cec50e4 commit 2676b0b
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 @@ -48,7 +48,7 @@ jobs:
run: "pip install -r ./requirements.txt"

- name: Release to docker registry (x86)
run: "rkd :release:docker:x86 --git-tag=${GITHUB_REF##*/}"
run: "RKD_COMPAT_SUBPROCESS=true rkd :release:docker:x86 --git-tag=${GITHUB_REF##*/}"

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

0 comments on commit 2676b0b

Please sign in to comment.