Skip to content

Commit

Permalink
remove s390x and ppc64 support
Browse files Browse the repository at this point in the history
These platforms are currently not supported by gofalcon or much from our
side.
  • Loading branch information
carlosmmatos committed Apr 12, 2024
1 parent 9d64752 commit e3318db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
platforms: linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
platforms: linux/arm64,linux/amd64

- name: Login to Docker Hub
uses: docker/login-action@v2
Expand All @@ -45,7 +45,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
platforms: linux/arm64,linux/amd64
push: true
tags: |
${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_REPOSITORY }}:${{ env.IMAGE_TAG }}
Expand Down

0 comments on commit e3318db

Please sign in to comment.