Skip to content

Commit d7bb83e

Browse files
update version
1 parent 67218f2 commit d7bb83e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

build/build/rpm_static_build.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@ chmod +x %{buildroot}/usr/local/bin/PROJECT_NAME
6060
darwin.dtw.write_file(".cache/rpm_static_build/SPECS/project.spec", formmatted_rpm)
6161
os.execute("mkdir -p .cache/rpm_static_build/RPMS")
6262

63-
local image = darwin.ship.create_machine("fedora:latest")
63+
local image = darwin.ship.create_machine("almalinux:latest")
6464
image.add_comptime_command("dnf install rpm-build rpmdevtools -y")
6565
image.add_comptime_command("dnf install gcc -y")
6666
image.add_comptime_command("rpmdev-setuptree")
67+
image.provider = CONTANIZER
68+
6769
image.start({
6870
flags = {
6971
"-it "

build/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PROJECT_NAME = "SilverChain"
2-
CONTANIZER = "podman"
2+
CONTANIZER = darwin.argv.get_flag_arg_by_index({ "contanizer", }, 1,"sudo docker" )
33
VERSION = "0.0.9"
44
LICENSE = "MIT"
55
URL = "https://github.com/OUIsolutions/SilverChain"

src/cli/consts/cli_consts.app.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
#define SLEEP_TIME_DEFAULT 1
5-
#define VERSION_MESSAGE "0.2.2"
5+
#define VERSION_MESSAGE "0.3.0"

0 commit comments

Comments
 (0)