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 @@ -193,7 +193,7 @@ build-signed_amzn2023%: DIST = amzn2023
193193build-signed_amzn2023% : DRIVER_TAG = $(DRIVER_BRANCH )
194194build-signed_amzn2023% : IMAGE_TAG = $(DRIVER_BRANCH ) -$(KERNEL_VERSION ) -$(DIST )
195195build-signed_amzn2023% : DOCKER_BUILD_ARGS = --build-arg KERNEL_VERSION="$(KERNEL_VERSION ) "
196- build-signed_amzn2023% : DOCKER_BUILD_PLATFORM_OPTIONS = --platform=linux/amd64
196+ # build-signed_amzn2023%: DOCKER_BUILD_PLATFORM_OPTIONS = --platform=linux/amd64
197197
198198# base is an image used to poll Canonical for the latest kernel version
199199build-base-% : DOCKERFILE = $(CURDIR ) /base/Dockerfile
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
1919
2020REGCTL ?= regctl
2121$(DRIVER_PUSH_TARGETS ) : push-% :
You can’t perform that action at this time.
0 commit comments