Site Tools


Hotfix release available: 2024-02-06a "Kaos". upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos". upgrade now! [55] (what's this?)
azcopy_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
azcopy_linux [2018/09/04 12:27] 2a01:4f8:191:327:9832:11ff:fe14:6129azcopy_linux [2021/10/31 10:42] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<code bash>
 +GOARCH=amd64 GOOS=linux $(call with_docker,go build -o "azcopy_linux_amd64",-e GOARCH -e GOOS)
  
 +RUN go get -u github.com/golang/dep/cmd/dep
 +RUN go get -u github.com/golang/lint/golint
 +
 +</code>