Skip to content

Commit

Permalink
Merge pull request #173 from alexander-demicev/dropunsupportedarch
Browse files Browse the repository at this point in the history
Remove support for unsupported architectures
  • Loading branch information
richardcase committed Sep 29, 2023
2 parents 88c24fa + 714dd7a commit 63a33c8
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 @@ -128,7 +128,7 @@ NOTES := $(abspath $(TOOLS_BIN_DIR)/$(NOTES_BIN))
# Registry / images
TAG ?= dev
ARCH ?= $(shell go env GOARCH)
ALL_ARCH = amd64 arm arm64 ppc64le s390x
ALL_ARCH = amd64 arm64 s390x
REGISTRY ?= ghcr.io
ORG ?= rancher-sandbox
CONTROLLER_IMAGE_NAME ?= rancher-turtles
Expand Down

0 comments on commit 63a33c8

Please sign in to comment.