Skip to content

Commit

Permalink
Add arm/v6 build (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
IngmarStein committed Oct 20, 2024
1 parent 934e6fa commit ff94b97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ builds:
goarch:
- amd64
- arm64
- arm
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
checksum:
Expand All @@ -37,6 +38,7 @@ kos:
platforms:
- linux/amd64
- linux/arm64
- linux/arm/v6
- id: tcp-multiplexer-dockerhub
build: tcp-multiplexer
repository: ingmarstein/tcp-multiplexer
Expand All @@ -48,3 +50,4 @@ kos:
platforms:
- linux/amd64
- linux/arm64
- linux/arm/v6
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ingmarstein/tcp-multiplexer

go 1.23.0
go 1.23.2

require (
github.com/davecgh/go-spew v1.1.1
Expand Down

0 comments on commit ff94b97

Please sign in to comment.