Skip to content

Commit

Permalink
Added arm support (flyteorg#206)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <[email protected]>
  • Loading branch information
yindia authored Oct 22, 2021
1 parent 31ad383 commit 6453fab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion flytectl/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ archives:
format_overrides:
- goos: windows
format: zip
universal_binaries:
- replace: false
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down Expand Up @@ -63,4 +65,4 @@ brews:
skip_upload: auto

dependencies:
- name: go
- name: go
2 changes: 1 addition & 1 deletion flytectl/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/flyteorg/flytectl

go 1.13
go 1.16

require (
github.com/Microsoft/go-winio v0.5.0 // indirect
Expand Down
1 change: 0 additions & 1 deletion flytectl/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ github.com/cpuguy83/go-md2man/v2 v2.0.0 h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng
github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/creack/pty v1.1.11 h1:07n33Z8lZxZ2qwegKbObQohDhXDQxiMMz1NOUGYlesw=
github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/cyphar/filepath-securejoin v0.2.2/go.mod h1:FpkQEhXnPnOthhzymB7CGsFk2G9VLXONKD9G7QGMM+4=
github.com/d2g/dhcp4 v0.0.0-20170904100407-a1d1b6c41b1c/go.mod h1:Ct2BUK8SB0YC1SMSibvLzxjeJLnrYEVLULFNiHY9YfQ=
Expand Down

0 comments on commit 6453fab

Please sign in to comment.