Skip to content

Commit

Permalink
Merge pull request #48 from kounoike:fix/goarm
Browse files Browse the repository at this point in the history
goarmのschemaが文字列だったので修正
  • Loading branch information
kounoike authored Mar 31, 2023
2 parents 0c03ea9 + 79a6ec0 commit e72fef8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ builds:
- arm64
- arm
goarm:
- 7
- "7"

dockers:
- image_templates:
Expand Down Expand Up @@ -72,7 +72,6 @@ docker_manifests:
- ghcr.io/kounoike/dtv-discord-go:{{ .Major }}.{{ .Minor }}-amd64
- ghcr.io/kounoike/dtv-discord-go:{{ .Major }}.{{ .Minor }}-arm64
- ghcr.io/kounoike/dtv-discord-go:{{ .Major }}.{{ .Minor }}-armv7

# The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
Expand Down

0 comments on commit e72fef8

Please sign in to comment.