Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
47a614ad
Verified
Commit
47a614ad
authored
Apr 14, 2022
by
hashworks
Browse files
Add --long to zstd call
parent
d47ca225
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
47a614ad
...
...
@@ -34,7 +34,7 @@ define rootfs
# fixes #22
fakeroot
--
tar
--numeric-owner
--xattrs
--acls
--exclude-from
=
exclude
-C
$(BUILDDIR)
-c
.
-f
$(OUTPUTDIR)
/
$(1)
.tar
cd
$(OUTPUTDIR);
zstd
-T0
-8
$(1).tar;
sha256sum
$(1).tar.zst
>
$(1).tar.zst.SHA256
cd
$(OUTPUTDIR);
zstd
--long
-T0
-8
$(1).tar;
sha256sum
$(1).tar.zst
>
$(1).tar.zst.SHA256
endef
define
dockerfile
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment