Skip to content

Commit 053a61b

Browse files
authored
Remove unsupported build attestation params for single-arch builds (without buildx) (#686)
Signed-off-by: Shiva Krishna, Merla <smerla@nvidia.com>
1 parent 6ccbf14 commit 053a61b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deployments/container/native-only.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
# limitations under the License.
1414

1515
PUSH_ON_BUILD ?= false
16-
ATTACH_ATTESTATIONS ?= false
1716
DOCKER_BUILD_PLATFORM_OPTIONS ?= --platform=linux/amd64
18-
DOCKER_BUILD_OPTIONS = --output=type=image,push=$(PUSH_ON_BUILD) --provenance=$(ATTACH_ATTESTATIONS) --sbom=$(ATTACH_ATTESTATIONS)
1917

2018
ifeq ($(PUSH_ON_BUILD),true)
2119
$(DOCKER) push "$(IMAGE)"

0 commit comments

Comments
 (0)