Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3508571
D4390.id13924.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
870 B
Referenced Files
None
Subscribers
None
D4390.id13924.diff
View Options
diff --git a/.buildkite/blob_build.yml b/.buildkite/blob_build.yml
new file mode 100644
--- /dev/null
+++ b/.buildkite/blob_build.yml
@@ -0,0 +1,4 @@
+steps:
+ - command: 'cd services && docker-compose build --no-cache blob-server'
+ agents:
+ - 'autoscaling=true'
diff --git a/.github/workflows/blob_build.yml b/.github/workflows/blob_build.yml
new file mode 100644
--- /dev/null
+++ b/.github/workflows/blob_build.yml
@@ -0,0 +1,21 @@
+name: Blob Build (Docker)
+
+on:
+ push:
+ branches: [master]
+ paths-ignore:
+ - 'landing/**'
+ - 'web/**'
+ - 'docs/**'
+ - 'keyserver/**'
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v2
+
+ - name: docker-compose build --no-cache blob-server
+ working-directory: ./services
+ run: docker-compose build --no-cache blob-server
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 10:53 PM (20 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2688963
Default Alt Text
D4390.id13924.diff (870 B)
Attached To
Mode
D4390: [CI] Add `blob_build` workflow to Buildkite/GH Actions
Attached
Detach File
Event Timeline
Log In to Comment