You've already forked dcmerge
feat(goreleaser): support SBOM and ARMv5
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
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.
This commit is contained in:
5
Dockerfile.scratch
Normal file
5
Dockerfile.scratch
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM scratch AS build
|
||||
|
||||
COPY dcmerge-* /usr/bin/dcmerge
|
||||
|
||||
ENTRYPOINT [ "/usr/bin/dcmerge" ]
|
||||
Reference in New Issue
Block a user