You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
347 B

  1. build:
  2. @sh -c "'$(CURDIR)/build.sh'"
  3. push:
  4. @sh -c "'$(CURDIR)/push.sh'"
  5. build_testing:
  6. docker build --tag tendermint/testing -f ./Dockerfile.testing .
  7. build_amazonlinux_buildimage:
  8. docker build -t "tendermint/tendermint:build_c-amazonlinux" -f Dockerfile.build_c-amazonlinux .
  9. .PHONY: build push build_testing build_amazonlinux_buildimage