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
fix: supautils was missing checksum step after download (#1033)
* fix: supautils was missing checksum step after download
* fix: there are debs per architecture, and we run builds on both
* fix: just use the vars directly
* fix: get the arch abr right
* fix: match vars names correctly
* fix: remove extra backslash
* fix: since ADD happens in a different layer we can try this
* fix: rm sha256:
* fix: Docker will not multi ADD so scripting the step
* fix: needs curl at this layer
* fix: use checksum direct
* fix: try stripping prefix and colon
* fix: cleanup
0 commit comments