Skip to content

v0.2.1 - Macros Valle with Fixes

Compare
Choose a tag to compare
@erhant erhant released this 09 Sep 12:39
· 172 commits to master since this release
3b909ab
Build and publish binaries (#116)

* add build exe workflow file

* install openssl

* fix typo

* convert openssl step to bash

* set openssl env-vars

* use choco install for windows packages

* add openssl envs to build step

* add openssl paths to matrix for each os/arch

* add openssl_dir

* fix typo

* add PKG_CONFIG_PATH

* fix typo

* use choco install for windows packages

* build cargo withour actions-rs

* install gcc-aarch64-linux-gnu

* openssl_dir as /usr/local/ssl

* actions-rs use-cross

* use houseabsolute/actions-rust-cross

* build for macos/linux

* build for macos arm64

* build for macos amd64

* build for macos and linux

* update latest release with assets

* build windows-amd64

* build windows-arm64

* use nightly for windows-arm64

* build linux-arm64 with prebuilt openssl installation

* use linker rust-lld

* add exes to v0.2.0

* update ollama-workflows

* fix typo

* remove linker

* build for macos and linux all archs

* ollama update

* tar.gz instead of zip

* change asset names

* publish exe instead of tar

* publish binaries for macos and linux

* windows build

* fix typo

* trigger workflow on release creation