You've already forked go-semantic-release
ci(github): add golang 1.14 and macos
This commit is contained in:
@@ -2,8 +2,8 @@ FROM alpine:3.10.2
|
||||
|
||||
WORKDIR /code
|
||||
|
||||
COPY ./build/go-semantic-release .
|
||||
COPY ./build/go-semantic-release.linux_x86_64 .
|
||||
|
||||
USER 1000
|
||||
|
||||
ENTRYPOINT [ "./go-semantic-release" ]
|
||||
ENTRYPOINT [ "./go-semantic-release.linux_x86_64" ]
|
||||
Reference in New Issue
Block a user