Skip to content

Commit

Permalink
Update default build destination to /tmp/build in autoscaler Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed Nov 27, 2024
1 parent 5b5864a commit 3885538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autoscaler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down

0 comments on commit 3885538

Please sign in to comment.