diff --git a/.drone.yml b/.drone.yml index 2ff9536..eab7305 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,6 @@ steps: image: golang:1.13.5 commands: - go build -o fortlit-$(uname -m) - - ls -la environment: GOARCH: amd64 GOOS: linux @@ -39,7 +38,6 @@ steps: image: golang:1.13.5 commands: - go build -o fortlit-$(uname -m) - - ls -la environment: GOARCH: arm64 GOOS: linux @@ -66,7 +64,6 @@ steps: image: golang:1.13.5 commands: - go build -o fortlit-$(uname -m) - - ls -la environment: GOARCH: arm GOOS: linux