From 6570f580bb9d0dec4939718b9acd235b7f907e36 Mon Sep 17 00:00:00 2001 From: Alan Moran Date: Wed, 27 Nov 2024 14:58:03 +0100 Subject: [PATCH] Update default build destination to /tmp/build in autoscaler Makefile --- src/autoscaler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autoscaler/Makefile b/src/autoscaler/Makefile index e94e24a244..34d73e2d47 100644 --- a/src/autoscaler/Makefile +++ b/src/autoscaler/Makefile @@ -4,7 +4,7 @@ MAKEFLAGS := -s aes_terminal_font_yellow := \e[38;2;255;255;0m aes_terminal_reset := \e[0m VERSION ?= 0.0.0-rc.1 -DEST ?= build +DEST ?= /tmp/build MTAR_FILENAME ?= app-autoscaler-release-v$(VERSION).mtar GO_VERSION = $(shell go version | sed -e 's/^[^0-9.]*\([0-9.]*\).*/\1/')