Skip to content

Commit

Permalink
fixed the var for ARCH
Browse files Browse the repository at this point in the history
Signed-off-by: yash-zededa <[email protected]>
  • Loading branch information
yash-zededa authored and eriknordmark committed Oct 24, 2023
1 parent 7bfff99 commit 423536c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: |
HV=kvm
if [ "${{ github.event.repository.full_name }}" = "lf-edge/eve" ]; then
EVE=lfedge/eve:${{ inputs.tag_ref }}-${HV}-${{ inputs.tag_ref }}
EVE=lfedge/eve:${{ inputs.tag_ref }}-${HV}-${{ env.ARCH }}
docker pull "$EVE"
else
make pkgs
Expand Down

0 comments on commit 423536c

Please sign in to comment.