Skip to content

Commit

Permalink
Revert arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
cigamit committed Oct 21, 2024
1 parent b34d277 commit 0398a58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/devel_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
build-targets:
- image-name: awx_devel
make-target: docker-compose-buildx
- image-name: awx_kube_devel
make-target: awx-kube-dev-buildx
- image-name: awx
make-target: awx-kube-buildx
#- image-name: awx_kube_devel
# make-target: awx-kube-dev-buildx
#- image-name: awx
# make-target: awx-kube-buildx
steps:
- name: Skipping build of awx image for non-awx repository
run: |
Expand Down
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 0398a58

Please sign in to comment.