Skip to content

Commit

Permalink
copy from /home/builder in build-reproducible
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Apr 19, 2022
1 parent e243e35 commit 290bb29
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 @@ -105,7 +105,7 @@ build-reproducible: go.sum
--env COMMIT=$(COMMIT) \
--env LEDGER_ENABLED=$(LEDGER_ENABLED) \
--name latest-build osmolabs/rbuilder:latest
$(DOCKER) cp -a latest-build:/root/artifacts/ $(CURDIR)/
$(DOCKER) cp -a latest-build:/home/builder/artifacts/ $(CURDIR)/

build-linux: go.sum
LEDGER_ENABLED=false GOOS=linux GOARCH=amd64 $(MAKE) build
Expand Down

0 comments on commit 290bb29

Please sign in to comment.