Skip to content

Commit

Permalink
goreleaser: add ppc64le support (peak#552)
Browse files Browse the repository at this point in the history
Co-authored-by: Selman Kayrancioglu <[email protected]>
  • Loading branch information
mgiessing and seruman committed Jul 25, 2023
1 parent 2f6e9da commit 24c89b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7,linux/386
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/arm/v6,linux/arm/v7,linux/386
tags: |
peakcom/s5cmd:latest
peakcom/s5cmd:${{ github.event.release.tag_name }}
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ builds:
- amd64
- arm
- arm64
- ppc64le
ignore:
- goos: darwin
goarch: 386
Expand Down

0 comments on commit 24c89b1

Please sign in to comment.