Skip to content

Commit f34f8cc

Browse files
committed
v0.4.0
1 parent 89e4ffc commit f34f8cc

164 files changed

Lines changed: 36543 additions & 15107 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ jobs:
140140
test -f "celld-$target.gz"
141141
done
142142
143-
# Attestations require a public repository; until the visibility flip
144-
# this step is skipped and drafts carry checksums only.
143+
# Attestations require a public repository. Other repository visibilities
144+
# skip this step and retain the release asset digests.
145145
- name: Attest build provenance
146146
if: github.event.repository.visibility == 'public'
147147
uses: actions/attest-build-provenance@v2
@@ -296,8 +296,7 @@ jobs:
296296
--format '{{json .Manifest.Digest}}' | tr -d '"')
297297
echo "digest=$digest" >> "$GITHUB_OUTPUT"
298298
299-
# Attestations require a public repository; skipped until the
300-
# visibility flip.
299+
# Attestations require a public repository.
301300
- name: Attest image provenance
302301
if: github.event.repository.visibility == 'public'
303302
uses: actions/attest-build-provenance@v2

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.DS_Store
2+
.celld/
23
/target/

0 commit comments

Comments
 (0)