浏览代码

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

Signed-off-by: Alex Meijer <alexander.meijer@ibm.com>
Alex Meijer 1 年之前
父节点
当前提交
a3d3cdbce6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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" \