Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes-sigs/cluster-api-provider-ibmcloud
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 928ae7b47f7dfdae6c81f1fab29f61e75d91ace8
Choose a base ref
..
head repository: kubernetes-sigs/cluster-api-provider-ibmcloud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ed17c962f8cec4df6ea5dbd224d00c5603019b9a
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 Makefile
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@ TOOLCHAIN_IMAGE := toolchain
TAG ?= dev
ARCH ?= $(shell go env GOARCH)
ALL_ARCH ?= amd64 ppc64le arm64
BUILDX_PLATFORMS ?= linux/amd64,linux/arm64,linux/s390x
BUILDX_PLATFORMS ?= linux/amd64,linux/arm64,linux/ppc64le
PULL_POLICY ?= Always

# Set build time variables including version details