Skip to content

Commit

Permalink
remove unneeded Docker workaround and add command to sanity to explai…
Browse files Browse the repository at this point in the history
…n workaround
  • Loading branch information
cohix committed Dec 31, 2020
1 parent e71c2ef commit 8a4d645
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

- name: Get dependencies
run: |
# have to do this nonsense to ensure that the correct arch gets downloaded for libwasmer
go get -v -t -d ./...
go mod vendor
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ RUN mkdir -p /go/src/github.com/suborbital/atmo
COPY . /go/src/github.com/suborbital/atmo/
WORKDIR /go/src/github.com/suborbital/atmo/

RUN go get -v -d ./...
RUN go mod vendor
RUN go install

FROM debian:buster-slim
Expand Down

0 comments on commit 8a4d645

Please sign in to comment.