Skip to content

Commit

Permalink
Add build for linux arm (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
robgmills authored Feb 13, 2021
1 parent 1b20c50 commit e7de9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ VERSION ?= latest
GITHUB_USERNAME := int128
GITHUB_REPONAME := slack-docker
LDFLAGS := -X main.version=$(VERSION)
OSARCH := linux_arm64 linux_amd64 darwin_amd64 windows_amd64
OSARCH := linux_arm64 linux_amd64 darwin_amd64 windows_amd64 linux_arm

$(TARGET):
go build -o $@ -ldflags "$(LDFLAGS)"
Expand Down

0 comments on commit e7de9a3

Please sign in to comment.