Skip to content

Commit

Permalink
Remove s390x architecture because there aren't borgbackup package
Browse files Browse the repository at this point in the history
  • Loading branch information
ValMati committed Jul 16, 2021
1 parent eed0a34 commit 2ff36a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: ./
file: ./Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le
push: true
tags: ${{ steps.prep.outputs.tags }}

Expand Down

0 comments on commit 2ff36a1

Please sign in to comment.