Skip to content

Commit

Permalink
ci(oci): enable parallel builds in OCI format (cryostatio#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Jul 18, 2024
1 parent 90a0eaf commit 85a6f74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,13 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: ${{ env.CI_IMG }}
oci: true
archs: amd64, arm64
tags: ${{ env.IMAGE_VERSION }} ${{ github.ref == 'refs/heads/main' && 'latest' || '' }}
extra-args: |
--ulimit=nofile=4096:4096
--ignorefile=.dockerignore.builder
--jobs=2
containerfiles: |
./src/main/docker/Dockerfile.builder
- name: Push to quay.io
Expand Down

0 comments on commit 85a6f74

Please sign in to comment.