Skip to content

Commit d529718

Browse files
committed
fixed docker container
1 parent 1587ecf commit d529718

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

goreleaser.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ dockers:
4949
binaries:
5050
- rxtx
5151
image_templates:
52-
- 'txn2/rxtx:latest'
53-
- 'txn2/rxtx:{{ .Version }}'
52+
- "txn2/rxtx:latest"
53+
- "txn2/rxtx:{{ .Version }}"
5454
dockerfile: dockerfiles/amd64/Dockerfile
5555
-
5656
goos: linux
@@ -59,8 +59,8 @@ dockers:
5959
binaries:
6060
- rxtx
6161
image_templates:
62-
- 'txn2/rxtx:latest'
63-
- 'txn2/rxtx:{{ .Version }}'
62+
- 'txn2/rxtx:arm32v6-latest'
63+
- 'txn2/rxtx:arm32v6-{{ .Version }}'
6464
dockerfile: dockerfiles/arm32v6/Dockerfile
6565

6666
brew:

0 commit comments

Comments
 (0)