docker: fix version cmd (#6947)
* ttempt to debug docker image * describe * force depth * fix simd version * test fetch tags * undo test Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
parent
1a531cb645
commit
dfa0642fdc
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -10,6 +10,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Get current date
|
||||
id: date
|
||||
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
|
||||
|
||||
@ -23,9 +23,8 @@ WORKDIR /go/src/github.com/cosmos/cosmos-sdk
|
||||
COPY . .
|
||||
|
||||
# build Cosmos SDK, remove packages
|
||||
RUN make tools && \
|
||||
make build-simd && \
|
||||
cp ./build/sim* /go/bin
|
||||
RUN make build-simd && \
|
||||
cp ./build/simd /go/bin
|
||||
# make build-sim-linux ??
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user