This commit is contained in:
parent
398d20cebb
commit
ffa0ebc433
@ -21,7 +21,7 @@ steps:
|
|||||||
- name: build amd64
|
- name: build amd64
|
||||||
image: rust:1.73-alpine
|
image: rust:1.73-alpine
|
||||||
commands:
|
commands:
|
||||||
- pwd && ls -al && ./version.sh
|
- pwd && ls -al && sh ./version.sh
|
||||||
- apk add --no-cache musl-dev gcc-aarch64-none-elf bash
|
- apk add --no-cache musl-dev gcc-aarch64-none-elf bash
|
||||||
- mkdir /artifacts/mouse-amd64
|
- mkdir /artifacts/mouse-amd64
|
||||||
- cp LICENSE.txt /artifacts/mouse-amd64/
|
- cp LICENSE.txt /artifacts/mouse-amd64/
|
||||||
|
@ -3,7 +3,7 @@ name = "mouse"
|
|||||||
authors = ["Jochen Maes <jochen@sejo-it.be>"]
|
authors = ["Jochen Maes <jochen@sejo-it.be>"]
|
||||||
description = "Information gatherer for systems."
|
description = "Information gatherer for systems."
|
||||||
# this will be overwritten during builds! so ignore
|
# this will be overwritten during builds! so ignore
|
||||||
version = "0.0.0"
|
version = "v0.1.3-next-"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
Loading…
Reference in New Issue
Block a user