Skip to content

Commit 9e96de5

Browse files
committed
All variables from .env are already exported
1 parent fb0344f commit 9e96de5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ else
2828
export BAKE_COMMAND = docker buildx bake
2929
endif
3030

31-
# Define ZTS build flag
32-
ifeq ($(ENABLE_ZTS), 1) # is $ENABLE_ZTS=="1"
33-
$(info "⚠️ Building with ZTS enabled")
34-
export ENABLE_ZTS = --enable-zts
35-
else
36-
export ENABLE_ZTS =
37-
endif
38-
3931
# Build all Docker images and layers *locally*
4032
# Use this to test your changes
4133
default: docker-images layers

0 commit comments

Comments
 (0)