ci: Publish multi-arch manifest. (fixes #74)
ci: Toggle package install checks via vars. docker: Disable provenance attestations which auto-generate manifests. Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
aa1609d611
commit
31a3676cd8
5 changed files with 201 additions and 26 deletions
5
.github/workflows/package.yml
vendored
5
.github/workflows/package.yml
vendored
|
|
@ -38,6 +38,9 @@ on:
|
|||
release_url:
|
||||
type: string
|
||||
description: For release assets
|
||||
check_pkgs:
|
||||
type: string
|
||||
default: 'false'
|
||||
|
||||
jobs:
|
||||
book:
|
||||
|
|
@ -179,7 +182,7 @@ jobs:
|
|||
&& contains(fromJSON(inputs.feat_sets), fromJSON('["all"]')[0])
|
||||
&& contains(fromJSON(inputs.cargo_profiles), fromJSON('["release"]')[0])
|
||||
&& contains(fromJSON(inputs.rust_toolchains), fromJSON('["stable"]')[0])
|
||||
&& github.ref == 'refs/heads/main'
|
||||
&& fromJSON(inputs.check_pkgs)
|
||||
|
||||
name: Check Packages
|
||||
needs: [pkgs]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue