Skip to content

Commit

Permalink
Makefile: Remove old cross-compiling warning message
Browse files Browse the repository at this point in the history
This commits removes an old warning message when doing cross-compiling. Our
build system is mature enough to perform cross-compilation well and it has
been tested a lot. Let's get rid of this message.

Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
  • Loading branch information
rene committed Jan 22, 2025
1 parent f309671 commit f6263b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ export ZARCH
CROSS ?=
ifneq ($(HOSTARCH),$(ZARCH))
CROSS = 1
$(warning "WARNING: We are assembling an $(ZARCH) image on $(HOSTARCH). Things may break.")
endif

DOCKER_ARCH_TAG=$(ZARCH)
Expand Down

0 comments on commit f6263b1

Please sign in to comment.