Skip to content

Commit

Permalink
Test with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Jul 26, 2023
1 parent 5a2224c commit 3c4c29f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ checksum:
changelog:
skip: true
dockers:
- use: buildx
- use: docker
goos: linux
goarch: amd64
goarm: ""
Expand All @@ -63,7 +63,7 @@ dockers:
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- use: buildx
- use: docker
goos: linux
goarch: "386"
goarm: ""
Expand All @@ -81,7 +81,7 @@ dockers:
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- use: buildx
- use: docker
goos: linux
goarch: arm64
goarm: ""
Expand All @@ -99,7 +99,7 @@ dockers:
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- use: buildx
- use: docker
goos: linux
goarch: arm
goarm: 7
Expand All @@ -117,7 +117,7 @@ dockers:
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- use: buildx
- use: docker
goos: linux
goarch: arm
goarm: 6
Expand All @@ -135,7 +135,7 @@ dockers:
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- use: buildx
- use: docker
goos: linux
goarch: ppc64le
goarm: ""
Expand Down

0 comments on commit 3c4c29f

Please sign in to comment.