Skip to content

Commit

Permalink
Drop linux/ppc64le, linux/s390x operator build
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Jan 13, 2025
1 parent d38d580 commit 0c01f05
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
push: true
context: image
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
platforms: linux/amd64,linux/arm64
build-args: version=${{ env.VERSION }}
tags: ${{ github.repository_owner }}/autoinstrumentation-python:${{ env.VERSION }},${{ github.repository_owner }}/autoinstrumentation-python:latest

Expand Down Expand Up @@ -76,6 +76,6 @@ jobs:
with:
push: true
context: image
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
platforms: linux/amd64,linux/arm64
build-args: version=${{ env.VERSION }}
tags: ghcr.io/${{ github.repository_owner }}/autoinstrumentation-python:${{ env.VERSION }},ghcr.io/${{ github.repository_owner }}/autoinstrumentation-python:latest

0 comments on commit 0c01f05

Please sign in to comment.