Skip to content

Commit

Permalink
Remove linux/riscv64 from BuildX (#153)
Browse files Browse the repository at this point in the history
alpine image is not compiled for this arch
  • Loading branch information
agneevX authored Nov 27, 2021
1 parent adf62bd commit 3ff0942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
push: true
file: ./Dockerfile-prod
platforms: linux/arm64,linux/amd64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6
platforms: linux/arm64,linux/amd64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6
tags: |
darkweak/souin:latest
darkweak/souin:${{ env.RELEASE_VERSION }}
Expand Down

0 comments on commit 3ff0942

Please sign in to comment.