Skip to content

Commit 623c36d

Browse files
authored
Merge pull request #4 from AkihiroSuda/dev
README.md: add a link to releases
2 parents 92ae902 + dd34b38 commit 623c36d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
## Compare local Docker images
5050
diffoci diff --semantic docker://foo docker://bar
5151
\`\`\`
52-
## About the files
5352
- - -
5453
The binaries were built automatically on GitHub Actions.
5554
The build log is available for 90 days: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ File usr/lib/ossl-modules/legacy.so 5b677eca0c3a3ac53c1a49fbac49534ea28
2929
```
3030

3131
## Installation
32+
### Binary
33+
Binaries are available for Linux and macOS: https://github.com/reproducible-containers/diffoci/releases
34+
35+
### Source
3236
Needs Go 1.21 or later.
3337
```bash
3438
go install github.com/reproducible-containers/diffoci/cmd/diffoci@latest

0 commit comments

Comments
 (0)