You've already forked dcmerge
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 11s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 7s
Lint Markdown files / Run markdown linter (push) Successful in 5s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 29s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 25s
The following patch adjusts the Goreleaser configuration to build ARMv5 binaries as well as container images. It also replaces docker and docker_manifest with docker_v2. Goreleaser has also been extended to generate SBOM files in cdx and spdx format.
5 lines
89 B
Docker
5 lines
89 B
Docker
FROM scratch AS build
|
|
|
|
COPY dcmerge-* /usr/bin/dcmerge
|
|
|
|
ENTRYPOINT [ "/usr/bin/dcmerge" ] |