Skip to content

Commit

Permalink
try to enable buildkit in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Apr 18, 2024
1 parent 0b2bc97 commit a5fa6fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ TEST_DIR?="./..."
TEST_BUILD_FLAGS := -tags pebbledb,ledger
HSM_BUILD_FLAGS := -tags pebbledb,ledger,hsm_test

export DOCKER_BUILDKIT := 1

clean: clean-binaries clean-dir clean-test-dir clean-coverage

clean-binaries:
Expand Down

0 comments on commit a5fa6fe

Please sign in to comment.