Skip to content

Commit

Permalink
Remove ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Azif committed Nov 12, 2023
1 parent 173f9ec commit 08bba64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/on-demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
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/s390x
# No `linux/ppc64le` support due to missing `lua-resty-core` Alpine package
push: true
tags: alazif/exploit-host-http:latest
-
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
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/s390x
# No `linux/ppc64le` support due to missing `lua-resty-core` Alpine package
push: false

0 comments on commit 08bba64

Please sign in to comment.