Skip to content

Commit

Permalink
Take 6: fixing docker issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Kardbord committed Apr 24, 2022
1 parent 6549c12 commit 2b0e84b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dockers:
goos: linux
goarch: arm64
goarm: "7"
use: docker
use: buildx
dockerfile: Dockerfile
build_flag_templates:
- "--label=org.opencontainers.image.source=https://github.com/TannerKvarfordt/Kard-bot"
Expand All @@ -91,7 +91,7 @@ dockers:
- "ghcr.io/tannerkvarfordt/kard-bot:latest-amd64"
goos: linux
goarch: amd64
use: docker
use: buildx
dockerfile: Dockerfile
build_flag_templates:
- "--label=org.opencontainers.image.source=https://github.com/TannerKvarfordt/Kard-bot"
Expand All @@ -116,7 +116,7 @@ dockers:
goos: linux
goarch: arm
goarm: "7"
use: docker
use: buildx
dockerfile: Dockerfile
build_flag_templates:
- "--label=org.opencontainers.image.source=https://github.com/TannerKvarfordt/Kard-bot"
Expand All @@ -141,7 +141,7 @@ dockers:
goos: linux
goarch: arm
goarm: "6"
use: docker
use: buildx
dockerfile: Dockerfile
build_flag_templates:
- "--label=org.opencontainers.image.source=https://github.com/TannerKvarfordt/Kard-bot"
Expand Down

0 comments on commit 2b0e84b

Please sign in to comment.