Skip to content

Commit

Permalink
fix: update platforms to only include linux/amd64 in build workflows (#…
Browse files Browse the repository at this point in the history
…48)

* fix: update platforms to only include linux/amd64 in build workflows

* fix: comment out outputs in buildx workflow configuration
  • Loading branch information
truestory1 authored Dec 30, 2024
1 parent 6722964 commit 751507d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildx-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

env:
PLATFORMS: linux/amd64,linux/arm64
PLATFORMS: linux/amd64 #,linux/arm64

jobs:
buildx-on-pr:
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
platforms: ${{ env.PLATFORMS }}
push: true
provenance: false
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=ZPA Connector
# outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=ZPA Connector
2 changes: 1 addition & 1 deletion .github/workflows/buildx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'master'

env:
PLATFORMS: linux/amd64,linux/arm64
PLATFORMS: linux/amd64 #,linux/arm64

jobs:
buildx:
Expand Down

0 comments on commit 751507d

Please sign in to comment.