You've already forked db-wait
feat: ArtifactHub integration
Some checks failed
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 49s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 8s
Lint Markdown files / Run markdown linter (push) Successful in 4s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 2m0s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Failing after 18s
Some checks failed
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 49s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 8s
Lint Markdown files / Run markdown linter (push) Successful in 4s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 2m0s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Failing after 18s
This commit is contained in:
4
Dockerfile.scratch
Normal file
4
Dockerfile.scratch
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM scratch AS build
|
||||
ARG TARGETPLATFORM
|
||||
COPY "${TARGETPLATFORM}/db-wait" "/usr/bin/db-wait"
|
||||
ENTRYPOINT [ "/usr/bin/db-wait" ]
|
||||
Reference in New Issue
Block a user