Skip to content

Commit

Permalink
feat: potentially add arm64 docker support
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 19, 2021
1 parent 2bd9100 commit 68112de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ builds:
- amd64
goos:
- linux

-
id: kratos-sqlite-linux-libmusl
flags:
Expand All @@ -58,6 +59,7 @@ builds:
- amd64
goos:
- linux

-
id: kratos-sqlite-windows
flags:
Expand Down Expand Up @@ -195,6 +197,7 @@ checksum:

dockers:
- dockerfile: .docker/Dockerfile-sqlite
use: buildx
ids:
- kratos-sqlite-linux-libmusl
image_templates:
Expand All @@ -204,6 +207,7 @@ dockers:
- "oryd/kratos:{{.Tag}}-sqlite"
- "oryd/kratos:latest-sqlite"
- dockerfile: .docker/Dockerfile
use: buildx
ids:
- kratos
image_templates:
Expand Down

0 comments on commit 68112de

Please sign in to comment.