aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3e8188a..74114b9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,8 +24,20 @@ jobs:
- name: Build w/ docker-compose
run: make compose/build
+ buildx:
+ runs-on: ubuntu-latest
+ name: Build / docker buildx
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v3
+ - name: Build w/ docker buildx
+ run: |
+ make buildx/create
+ make buildx/build
+ make buildx/rm
+
publish:
- needs: [docker, compose]
+ needs: [docker, compose, buildx]
strategy:
matrix:
project: [dump1090, fr24feed]