repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebe3b52
)
Run docker image build in CI
author
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 14 Oct 2022 19:05:14 +0000
(21:05 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 14 Oct 2022 19:05:14 +0000
(21:05 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 1f702e1a0521be0e0daec0d99d4156567c49b5bf..84feb26f88132054dc05cf5edd40e2972a2ddd98 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-74,7
+74,10
@@
jobs:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
build-docker:
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
+ strategy:
+ matrix:
+ os: [windows-latest, macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx