Skip to content

Commit

Permalink
Take 5: fixing docker issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Kardbord committed Apr 24, 2022
1 parent bc5ac4d commit 6549c12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ dockers:
- "ghcr.io/tannerkvarfordt/kard-bot:latest-arm64"
goos: linux
goarch: arm64
goarm: "7"
use: docker
dockerfile: Dockerfile
build_flag_templates:
Expand All @@ -75,7 +76,7 @@ dockers:
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--platform=linux/arm64"
- "--platform=linux/arm64/v8"
extra_files:
- config
- assets
Expand Down

0 comments on commit 6549c12

Please sign in to comment.