We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
artifact
*.tar.gz
1 parent c104569 commit da0b568Copy full SHA for da0b568
Makefile
@@ -521,7 +521,7 @@ artifact-%: $$(call generate_manpages_if_needed)
521
.PHONY: artifacts-misc
522
artifacts-misc: | _artifacts
523
go mod vendor
524
- $(TAR) -czf _artifacts/lima-$(VERSION_TRIMMED)-go-mod-vendor.tar.gz go.mod go.sum vendor
+ $(TAR) --no-xattrs -czf _artifacts/lima-$(VERSION_TRIMMED)-go-mod-vendor.tar.gz go.mod go.sum vendor
525
526
MKDIR_TARGETS += _artifacts
527
0 commit comments