Skip to content

Commit c214105

Browse files
committed
amazon linux 2023 support
1 parent cc0b436 commit c214105

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ build-signed_amzn2023%: DIST = amzn2023
193193
build-signed_amzn2023%: DRIVER_TAG = $(DRIVER_BRANCH)
194194
build-signed_amzn2023%: IMAGE_TAG = $(DRIVER_BRANCH)-$(KERNEL_VERSION)-$(DIST)
195195
build-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
199199
build-base-%: DOCKERFILE = $(CURDIR)/base/Dockerfile

multi-arch.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
PUSH_ON_BUILD ?= false
1616
ATTACH_ATTESTATIONS ?= false
1717
DOCKER_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

2020
REGCTL ?= regctl
2121
$(DRIVER_PUSH_TARGETS): push-%:

0 commit comments

Comments
 (0)