aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-06-01 11:35:46 -0400
committerGitHub <noreply@github.com>2022-06-01 11:35:46 -0400
commit2039445763f418720b08983b40949480e8754f9a (patch)
tree2a57047292461fe45c033fa2fd89370af14bfce8 /Makefile
parent70ce77e8d0aab41918b54b2547c902a5463cf798 (diff)
parentf91c852fa640d7c27f0ce5f234a52c9cfeb802f9 (diff)
downloadpodman-2039445763f418720b08983b40949480e8754f9a.tar.gz
podman-2039445763f418720b08983b40949480e8754f9a.tar.bz2
podman-2039445763f418720b08983b40949480e8754f9a.zip
Merge pull request #14444 from Luap99/remote-static-linux
Makefile: force podman-remote-static to linux
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb9eb057d..2995aed65 100644
--- a/Makefile
+++ b/Makefile
@@ -295,7 +295,7 @@ $(SRCBINDIR)/podman$(BINSFX): $(SRCBINDIR) $(SOURCES) go.mod go.sum
$(SRCBINDIR)/podman-remote-static: $(SRCBINDIR) $(SOURCES) go.mod go.sum
CGO_ENABLED=0 \
- GOOS=$(GOOS) \
+ GOOS=linux \
GOARCH=$(GOARCH) \
$(GO) build \
$(BUILDFLAGS) \