Skip to content

Commit

Permalink
ci: fix unknown arch
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Jan 30, 2025
1 parent ca9abe5 commit 3ada2ab
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 65 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/common-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ jobs:
file: ${{ inputs.working-directory }}/${{ inputs.docker-file }}
push: ${{ inputs.push_image }}
pull: false
provenance: false
sbom: false
tags: ghcr.io/zama-ai/${{ inputs.image-name }}:${{env.DOCKER_TAG_IMAGE }},ghcr.io/zama-ai/${{ inputs.image-name }}:latest
cache-from: ${{ inputs.cache-from }}
cache-to: ${{ inputs.cache-to }}
Expand Down Expand Up @@ -167,6 +169,8 @@ jobs:
file: ${{ inputs.working-directory }}/${{ inputs.docker-file-dev }}
push: ${{ inputs.push_image }}
pull: false
provenance: false
sbom: false
tags: ghcr.io/zama-ai/${{ inputs.image-dev-name }}:${{env.DOCKER_TAG_IMAGE}},ghcr.io/zama-ai/${{ inputs.image-dev-name }}:latest
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fhevm-coprocessor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- aw/fix-unknown-platform
paths:
- .github/workflows/fhevm-coprocessor.yml
- .github/workflows/common-docker.yml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fhevm-db-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- aw/fix-unknown-platform
paths:
- .github/workflows/fhevm-coprocessor.yml
- .github/workflows/common-docker.yml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fhevm-smart-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- aw/fix-unknown-platform
paths:
- .github/workflows/fhevm-smart-contracts.yml
- .github/workflows/common-docker.yml
Expand Down
65 changes: 0 additions & 65 deletions .github/workflows/publish-image.yml

This file was deleted.

0 comments on commit 3ada2ab

Please sign in to comment.