Commit 422261e
committed
ci(release): ignore buildkitd.toml dropped by Blacksmith builder
useblacksmith/setup-docker-builder drops a buildkitd.toml in the repo
root when it initialises buildx. goreleaser's dirty-state check then
refuses to proceed, which is why v2.5.0 and v2.6.0 shipped without any
release artifacts.
.gitignore excludes the file for new commits. The release workflow also
writes it to .git/info/exclude after the builder step so that backfill
dispatches against historical tags (whose .gitignore predates this
commit) still see a clean working tree.1 parent e3abea1 commit 422261e
2 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
56 | 63 | | |
57 | 64 | | |
58 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
0 commit comments