From 61f1d12e77007cb3d52c8fc030206d9dd516e28f Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 28 Jul 2023 08:57:00 -0400 Subject: [PATCH] tweaking oci invocation --- MODULE.bazel | 2 -- 1 file changed, 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index c815b34..6bb13b3 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,4 +1,3 @@ - module( name = "obsidian-markdown", repo_name = "code.ndumas.com_ndumas_obsidian-markdown", @@ -17,5 +16,4 @@ pull.oci_pull( name = "distroless_base", digest = "sha256:ccaef5ee2f1850270d453fdf700a5392534f8d1a8ca2acda391fbb6a06b81c86", image = "gcr.io/distroless/base", - platforms = ["linux/amd64","linux/arm64"], )