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
The orb uses the --gunzip option with tar but that is unsupported in Alpine's version of tar. It does however support -z. This should be updated to use the more compatible parameter.
The orb uses the
--gunzip
option with tar but that is unsupported in Alpine's version oftar
. It does however support-z
. This should be updated to use the more compatible parameter.See:
go-orb/src/scripts/install.sh
Line 26 in 6ed27bc
Error is
tar: unrecognized option: gunzip
Thanks.
Edit:
Also the same for
--no-same-owner
should be-o
.The text was updated successfully, but these errors were encountered: