Skip to content

Commit

Permalink
Remove arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
cigamit committed Mar 12, 2024
1 parent 67fdd35 commit 84d834d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ SDIST_TAR_FILE ?= $(SDIST_TAR_NAME).tar.gz
I18N_FLAG_FILE = .i18n_built

## PLATFORMS defines the target platforms for the manager image be build to provide support to multiple
PLATFORMS ?= linux/amd64,linux/arm64 # linux/ppc64le,linux/s390x
PLATFORMS ?= linux/amd64 #,linux/arm64 # linux/ppc64le,linux/s390x

.PHONY: awx-link clean clean-tmp clean-venv requirements requirements_dev \
develop refresh adduser migrate dbchange \
Expand Down

0 comments on commit 84d834d

Please sign in to comment.