Skip to content

Commit

Permalink
Remove ppc64
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Aug 24, 2021
1 parent 9253a70 commit 48a7871
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
arch:
- arm64
- amd64
- ppc64
- ppc64le
- s390x

Expand Down
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ builds:
goarch:
- amd64
- arm64
- ppc64
- ppc64le
- s390x
dir: ./cmd/kube-burner/
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ REGISTRY = quay.io
ORG ?= cloud-bulldozer
CONTAINER_NAME = $(REGISTRY)/$(ORG)/kube-burner:$(VERSION)
CONTAINER_NAME_ARCH = $(REGISTRY)/$(ORG)/kube-burner:$(VERSION)-$(ARCH)
MANIFEST_ARCHS ?= amd64 arm64 ppc64 ppc64le s390x
MANIFEST_ARCHS ?= amd64 arm64 ppc64le s390x

all: lint build images push

Expand Down

0 comments on commit 48a7871

Please sign in to comment.