Skip to content

Commit

Permalink
CI: Add da-server to build pipeline (#10250)
Browse files Browse the repository at this point in the history
  • Loading branch information
trianglesphere authored Apr 22, 2024
1 parent 8b84af9 commit 32651b2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1988,6 +1988,21 @@ workflows:
release: true
context:
- oplabs-gcr-release
- docker-build:
name: da-server-docker-release
filters:
tags:
only: /^da-server\/v.*/
branches:
ignore: /.*/
docker_name: da-server
docker_tags: <<pipeline.git.revision>>
requires: ['op-stack-go-docker-build-release']
platforms: "linux/amd64,linux/arm64"
publish: true
release: true
context:
- oplabs-gcr-release
- docker-build:
name: op-ufm-docker-release
filters:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tag-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ on:
- op-program
- op-dispute-mon
- op-ufm
- da-server
- proxyd
- ufm-metamask
- op-contracts
Expand Down
1 change: 1 addition & 0 deletions ops/tag-service/tag-tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
'op-dispute-mon',
'op-proposer',
'op-ufm',
'da-server',
'proxyd',
'op-heartbeat',
'ufm-metamask',
Expand Down

0 comments on commit 32651b2

Please sign in to comment.