Skip to content

Commit da0b568

Browse files
committed
Makefile: change the artifact target to exclude extended attributes from *.tar.gz files during cross-compilation.
Signed-off-by: Norio Nomura <[email protected]>
1 parent c104569 commit da0b568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ artifact-%: $$(call generate_manpages_if_needed)
521521
.PHONY: artifacts-misc
522522
artifacts-misc: | _artifacts
523523
go mod vendor
524-
$(TAR) -czf _artifacts/lima-$(VERSION_TRIMMED)-go-mod-vendor.tar.gz go.mod go.sum vendor
524+
$(TAR) --no-xattrs -czf _artifacts/lima-$(VERSION_TRIMMED)-go-mod-vendor.tar.gz go.mod go.sum vendor
525525

526526
MKDIR_TARGETS += _artifacts
527527

0 commit comments

Comments
 (0)