You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the following packages are published with dedicated tags for
arm64 platform variants:
* pkg/nvidia
* pkg/fw
* eve container built with "make eve"
For instance, the pkg/nvidia will be tagged like the following:
* lfedge/eve-nvidia:14.4.0-nvidia-jp5
* lfedge/eve-nvidia:14.4.0-nvidia-jp6
However, since only PLATFORM=generic is considered while publishing
images, the other variants (e.g., nvidia-jp6) are not being taking
into account, letting some images unpublished.
This commit adds the arm64 platform variants to the publish workflow in
order to publish all required images.
Signed-off-by: Renê de Souza Pinto <[email protected]>
0 commit comments