mirror of
https://github.com/containers/skopeo.git
synced 2025-06-30 16:42:24 +00:00
Only build one skopeo binary by (make all)
Both (make binary) and (make binary-static) compile the code and create a skopeo binary, so (make all) should only depend on one of them. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
fcdf9c1b91
commit
a0af3619d3
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ MANPAGES_MD = $(wildcard docs/*.md)
|
||||
# Note: Uses the -N -l go compiler options to disable compiler optimizations
|
||||
# and inlining. Using these build options allows you to subsequently
|
||||
# use source debugging tools like delve.
|
||||
all: binary binary-static docs
|
||||
all: binary docs
|
||||
|
||||
# Build a docker image (skopeobuild) that has everything we need to build.
|
||||
# Then do the build and the output (skopeo) should appear in current dir
|
||||
|
Loading…
Reference in New Issue
Block a user