diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-06-01 11:35:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-01 11:35:46 -0400 |
commit | 2039445763f418720b08983b40949480e8754f9a (patch) | |
tree | 2a57047292461fe45c033fa2fd89370af14bfce8 | |
parent | 70ce77e8d0aab41918b54b2547c902a5463cf798 (diff) | |
parent | f91c852fa640d7c27f0ce5f234a52c9cfeb802f9 (diff) | |
download | podman-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
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) \ |