Skip to content

Commit 9e31234

Browse files
yash-zededaeriknordmark
authored andcommitted
fixed the var for ARCH
Signed-off-by: yash-zededa <[email protected]>
1 parent 54478b3 commit 9e31234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
HV=kvm
5757
if [ "${{ github.event.repository.full_name }}" = "lf-edge/eve" ]; then
58-
EVE=lfedge/eve:${{ inputs.tag_ref }}-${HV}-${{ inputs.tag_ref }}
58+
EVE=lfedge/eve:${{ inputs.tag_ref }}-${HV}-${{ env.ARCH }}
5959
docker pull "$EVE"
6060
else
6161
make pkgs

0 commit comments

Comments
 (0)