Skip to content

Commit

Permalink
Merge pull request #14444 from Luap99/remote-static-linux
Browse files Browse the repository at this point in the history
Makefile: force podman-remote-static to linux
  • Loading branch information
rhatdan authored Jun 1, 2022
2 parents 70ce77e + f91c852 commit 2039445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 2039445

Please sign in to comment.