Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3507416
D4405.id13978.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
953 B
Referenced Files
None
Subscribers
None
D4405.id13978.diff
View Options
diff --git a/.buildkite/tunnelbroker_build.yml b/.buildkite/tunnelbroker_build.yml
new file mode 100644
--- /dev/null
+++ b/.buildkite/tunnelbroker_build.yml
@@ -0,0 +1,4 @@
+steps:
+ - command: 'cd services && docker-compose build --no-cache tunnelbroker-server'
+ agents:
+ - 'autoscaling=true'
diff --git a/.github/workflows/tunnelbroker_build.yaml b/.github/workflows/tunnelbroker_build.yaml
new file mode 100644
--- /dev/null
+++ b/.github/workflows/tunnelbroker_build.yaml
@@ -0,0 +1,21 @@
+name: Tunnelbroker 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 tunnelbroker-server
+ working-directory: ./services
+ run: docker-compose build --no-cache tunnelbroker-server
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 8:45 PM (20 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2688668
Default Alt Text
D4405.id13978.diff (953 B)
Attached To
Mode
D4405: [CI] Add `tunnelbroker_build` workflow to Buildkite/GH Actions
Attached
Detach File
Event Timeline
Log In to Comment