Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilHanlon committed Feb 28, 2023
1 parent 533dc93 commit 690bdcf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: Build container images for OVAL

on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
branches: ['main']

jobs:
buildx:
Expand Down Expand Up @@ -38,7 +36,7 @@ jobs:
uses: docker/build-push-action@v2
with:
builder: ${{ steps.buildx.outputs.name }}
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
platforms: linux/amd64,linux/arm64
context: .
file: Containerfile
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 690bdcf

Please sign in to comment.