Skip to content

Commit

Permalink
migrationsファイルを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
kounoike committed Mar 23, 2023
1 parent ff62382 commit ab0aec0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ dockers:
goarch: amd64
build_flag_templates:
- --platform=linux/amd64
extra_files:
- db/migrations
- image_templates:
- ghcr.io/kounoike/dtv-discord-go:latest-arm64
- ghcr.io/kounoike/dtv-discord-go:{{ .Version }}-arm64
Expand All @@ -30,6 +32,8 @@ dockers:
goarch: arm64
build_flag_templates:
- --platform=linux/arm64
extra_files:
- db/migrations

docker_manifests:
- name_template: ghcr.io/kounoike/dtv-discord-go:latest
Expand Down

0 comments on commit ab0aec0

Please sign in to comment.