Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 18 Jun 01:07
· 83 commits to main since this release

ArtifactX v0.1.3

Build Once. Package Once. Publish Everywhere.

curl -fsSLO https://github.com/artifactx-rs/artifactx/releases/download/v0.1.3/arx-v0.1.3-amd64
sudo install -m 755 arx-v0.1.3-amd64 /usr/local/bin/arx
arx init && arx pack ./Cargo.toml && arx publish && arx serve

Docker: docker run --rm -v ./repo:/repo -p 8080:8080 ghcr.io/artifactx-rs/arx:v0.1.3 serve

Full Changelog: v0.1.2...v0.1.3