Skip to content

Commit

Permalink
Fix build-linux-arm64 step
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandrone committed May 2, 2020
1 parent 78d24d7 commit 14ed5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ steps:
- name: build-linux-arm64
image: golang:1.14.0
commands:
- go build -o bin/linelint
- go build -o bin/linelint-linux-arm64

- name: publish-docker-arm64
image: plugins/docker
Expand Down

0 comments on commit 14ed5c7

Please sign in to comment.