Skip to content

Commit

Permalink
diff in this file too
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Oct 29, 2024
1 parent 82924af commit f1952f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion musl-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ fi
mkdir -p $temp
rm -rf $temp/bun-webkit

docker buildx build -f Dockerfile.musl -t $CONTAINER_NAME --build-arg LTO_FLAG="$LTO_FLAG" --build-arg WEBKIT_RELEASE_TYPE=$WEBKIT_RELEASE_TYPE --build-arg DEBIAN_VERSION=$DEBIAN_VERSION --progress=plain --platform=linux/$BUILDKIT_ARCH --target=artifact --output type=local,dest=$temp/bun-webkit .
docker buildx build -f Dockerfile.musl -t $CONTAINER_NAME --build-arg LTO_FLAG="$LTO_FLAG" --build-arg WEBKIT_RELEASE_TYPE=$WEBKIT_RELEASE_TYPE --progress=plain --platform=linux/$BUILDKIT_ARCH --target=artifact --output type=local,dest=$temp/bun-webkit .

0 comments on commit f1952f3

Please sign in to comment.