Procházet zdrojové kódy

we don't need to test when building the container (#3134)

Signed-off-by: Alex Meijer <alexander.meijer@ibm.com>
Alex Meijer před 1 rokem
rodič
revize
a3d3cdbce6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      justfile

+ 1 - 1
justfile

@@ -46,7 +46,7 @@ build-binary VERSION=version:
         -o ./costmodel-arm64
         -o ./costmodel-arm64
 
 
 # Build and push a multi-arch Docker image
 # Build and push a multi-arch Docker image
-build IMAGE_TAG RELEASE_VERSION: test (build-binary RELEASE_VERSION)
+build IMAGE_TAG RELEASE_VERSION: (build-binary RELEASE_VERSION)
     docker buildx build \
     docker buildx build \
         --rm \
         --rm \
         --platform "linux/amd64" \
         --platform "linux/amd64" \