Skip to content

Commit

Permalink
chore(ci): add fhevm-coprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Nov 5, 2024
1 parent 1b19916 commit 9744228
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/fhevm-coprocessor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: "fhEVM Coprocessor Docker Image"

on:
push:
branches: ["amina/fhevm-coprocessor-workflows"]
paths:
- .github/workflows/fhevm-coprocessor.yml
- fhevm-engine/coprocessor/**

concurrency:
group: fhevm-coprocessor
cancel-in-progress: true

jobs:
docker-coprocessor:
uses: ./.github/workflows/common-docker.yml
permissions:
contents: "read"
id-token: "write"
packages: "write"
with:
working-directory: "."
push_image: true
image-name: "fhevm-coprocessor"
generate-dev-image: true
docker-file: "fhevm-engine/coprocessor/Dockerfile"
arm-build: true

secrets:
BLOCKCHAIN_ACTIONS_TOKEN: ${{ secrets.BLOCKCHAIN_ACTIONS_TOKEN }}
GRAVITON_BUILDER_SSH_PRIVATE_KEY: ${{ secrets.GRAVITON_BUILDER_SSH_PRIVATE_KEY }}

done:
runs-on: ubuntu-latest
name: Pipeline Done
steps:
- name: Success
run: echo Pipeline Done
needs:
- docker-coprocessor

0 comments on commit 9744228

Please sign in to comment.