feat: Add all linux platforms
This commit is contained in:
parent
de76312a38
commit
24a5c8d2b5
18 changed files with 185 additions and 78 deletions
|
|
@ -41,7 +41,7 @@ impl CiDriver for GithubDriver {
|
|||
let timestamp = blue_build_utils::get_tag_timestamp();
|
||||
let os_version = Driver::get_os_version()
|
||||
.oci_ref(opts.oci_ref)
|
||||
.platform(opts.platform)
|
||||
.maybe_platform(opts.platform)
|
||||
.call()
|
||||
.inspect(|v| trace!("os_version={v}"))?;
|
||||
let ref_name = get_env_var(GITHUB_REF_NAME)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue