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