-
-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
2 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters