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 54478b3 commit 9e31234Copy full SHA for 9e31234
.github/workflows/assets.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
HV=kvm
57
if [ "${{ github.event.repository.full_name }}" = "lf-edge/eve" ]; then
58
- EVE=lfedge/eve:${{ inputs.tag_ref }}-${HV}-${{ inputs.tag_ref }}
+ EVE=lfedge/eve:${{ inputs.tag_ref }}-${HV}-${{ env.ARCH }}
59
docker pull "$EVE"
60
else
61
make pkgs
0 commit comments