Skip to content

Commit

Permalink
Bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Aug 15, 2024
1 parent e3feca7 commit 5b502a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ package-x86_64-unknown-linux-musl:
mkdir -p dist

# .tar.gz
tar -czvf dist/chirpstack-gateway-relay_$(PKG_VERSION)_amd64.tar.gz -C target/x86_64-unknown-linux-musl/release chirpstack-gateway-relay
tar -czvf dist/chirpstack-gateway-mesh_$(PKG_VERSION)_amd64.tar.gz -C target/x86_64-unknown-linux-musl/release chirpstack-gateway-mesh

# .deb
cargo deb --target x86_64-unknown-linux-musl --no-build --no-strip
Expand All @@ -69,7 +69,7 @@ package-aarch64-unknown-linux-musl:
mkdir -p dist

# .tar.gz
tar -czvf dist/chirpstack-gateway-relay_$(PKG_VERSION)_arm64.tar.gz -C target/aarch64-unknown-linux-musl/release chirpstack-gateway-relay
tar -czvf dist/chirpstack-gateway-mesh_$(PKG_VERSION)_arm64.tar.gz -C target/aarch64-unknown-linux-musl/release chirpstack-gateway-mesh

# .deb
cargo deb --target aarch64-unknown-linux-musl --no-build --no-strip
Expand All @@ -81,7 +81,7 @@ package-armv7-unknown-linux-musleabihf:
mkdir -p dist

# .tar.gz
tar -czvf dist/chirpstack-gateway-relay_$(PKG_VERSION)_armv7hf.tar.gz -C target/armv7-unknown-linux-musleabihf/release chirpstack-gateway-relay
tar -czvf dist/chirpstack-gateway-mesh_$(PKG_VERSION)_armv7hf.tar.gz -C target/armv7-unknown-linux-musleabihf/release chirpstack-gateway-mesh

# .deb
cargo deb --target armv7-unknown-linux-musleabihf --no-build --no-strip
Expand Down

0 comments on commit 5b502a1

Please sign in to comment.