Skip to content

Commit

Permalink
Fix: make error
Browse files Browse the repository at this point in the history
  • Loading branch information
hwnahm committed Jul 12, 2021
1 parent aa6d78c commit 1943085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/ledger-zxlib/dockerized_build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ $(info TESTS_ZEMU_JS_PACKAGE : $(TESTS_ZEMU_JS_PACKAGE))

ifeq ($(USERID),1001)
# TODO: Use podman inside circleci machines?
DOCKER_IMAGE=zondax/builder-bolos-1001:latest
DOCKER_IMAGE=zondax/ledger-docker-bolos:latest
else
DOCKER_IMAGE=zondax/builder-bolos:latest
DOCKER_IMAGE=zondax/ledger-docker-bolos:latest
endif

ifdef INTERACTIVE
Expand Down

0 comments on commit 1943085

Please sign in to comment.