Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33321796
D4390.1768847889.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
870 B
Referenced Files
None
Subscribers
None
D4390.1768847889.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
Mon, Jan 19, 6:38 PM (13 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5957732
Default Alt Text
D4390.1768847889.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