File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515PUSH_ON_BUILD ?= false
1616ATTACH_ATTESTATIONS ?= false
1717DOCKER_BUILD_OPTIONS = --output=type=image,push=$(PUSH_ON_BUILD ) --provenance=$(ATTACH_ATTESTATIONS ) --sbom=$(ATTACH_ATTESTATIONS )
18- DOCKER_BUILD_PLATFORM_OPTIONS = --platform=linux/amd64,linux/arm64
18+ DOCKER_BUILD_PLATFORM_OPTIONS ? = --platform=linux/amd64,linux/arm64
1919
2020REGCTL ?= regctl
2121$(DRIVER_PUSH_TARGETS ) : push-% :
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- DOCKER_BUILD_PLATFORM_OPTIONS = --platform=linux/amd64
15+ DOCKER_BUILD_PLATFORM_OPTIONS ? = --platform=linux/amd64
1616
1717$(DRIVER_PUSH_TARGETS ) : push-% :
1818 $(DOCKER ) tag " $( IMAGE) " " $( OUT_IMAGE) "
You can’t perform that action at this time.
0 commit comments