Compare commits

..

No commits in common. "master" and "0.0.2-draft1" have entirely different histories.

4 changed files with 4 additions and 6 deletions

View file

@ -40,8 +40,7 @@ steps:
commands: commands:
- grep '^version = ' Cargo.toml | cut -f2 -d\" > target/VERSION - grep '^version = ' Cargo.toml | cut -f2 -d\" > target/VERSION
- cat target/VERSION - cat target/VERSION
- cp target/armv7-unknown-linux-musleabihf/release/s0-meter target/s0-meter_$(cat target/VERSION)_armhf - cp target/armv7-unknown-linux-musleabihf/release/s0-meter target/s0-meter-armhf-$(cat target/VERSION)
- cp bundle/* target/
when: when:
event: tag event: tag
@ -70,9 +69,7 @@ steps:
base_url: https://gitea.kube-it.de base_url: https://gitea.kube-it.de
title: VERSION title: VERSION
note: CHANGELOG.md note: CHANGELOG.md
files: files: /drone/src/target/s0-meter-*
- /drone/src/target/s0-meter_*
- /drone/src/bundle/*
draft: true draft: true
prerelease: true prerelease: true
when: when:

View file

@ -2,7 +2,7 @@
All changes to s0-meter will be documented here. All changes to s0-meter will be documented here.
## 0.0.2 ## 0.0.2
Rename the project to "s0-meter". Rename the project to "s0-meter"
## 0.0.0 ## 0.0.0
Initial release. Initial release.

View file

@ -1,5 +1,6 @@
FROM rust:1.50-slim FROM rust:1.50-slim
# RUN apk add --no-cache musl-dev binutils-arm-none-eabi
RUN apt-get update RUN apt-get update
RUN apt-get -y upgrade RUN apt-get -y upgrade
RUN apt-get -y install binutils-arm-linux-gnueabihf musl-dev RUN apt-get -y install binutils-arm-linux-gnueabihf musl-dev