Skip to content

Commit

Permalink
Merge pull request #278 from OpenSprinkler/gh-action-fix
Browse files Browse the repository at this point in the history
dont cross compile on pr
  • Loading branch information
arfrie22 authored Jun 20, 2024
2 parents bc9cbd5 + d4bf192 commit 0c32abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm/v7,linux/arm64
platforms: ${{ github.event_name == 'pull_request' && 'linux/amd64' || 'linux/amd64,linux/arm/v7,linux/arm64' }}
push: false
outputs: type=oci,dest=./image.tar
cache-from: type=registry,ref=ghcr.io/${{ steps.lower-owner.outputs.owner }}/opensprinkler-build-cache:ospi
Expand Down

0 comments on commit 0c32abf

Please sign in to comment.