Skip to content

Commit fad0736

Browse files
- Docker buildx efficiency proposal.
1 parent b9465f6 commit fad0736

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/CICD.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Summary:
77
- At present, PR checks, build and test are all performed through [.github/workflows/go.yml](/.github/workflows/go.yml).
88
- Releasing over various channels (website, homebrew, chocolatey...) is performed manually.
99
- The strategic state is to split the functions: PR checks, build and test; into separate files, and migrate to use [goreleaser](https://goreleaser.com/).
10+
- Should take the hint from docker to [speed up multi-platform builds using multiple runners](https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners).
1011

1112

1213
## Secrets

0 commit comments

Comments
 (0)