Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/topology-tool-kit/ttk into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Jul 30, 2023
2 parents b20fa5c + 7d2515e commit 5e18555
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
jobs:
docker:
runs-on: ubuntu-20.04
strategy:
matrix:
arch: [linux/amd64, linux/arm64]
timeout-minutes: 3600
steps:
-
Expand All @@ -34,7 +37,7 @@ jobs:
name: Build and push ttk
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64
platforms: ${{ matrix.arch }}
context: "{{defaultContext}}:scripts/docker"
target: ttk
push: true
Expand All @@ -46,7 +49,7 @@ jobs:
name: Build and push ttk-dev
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64
platforms: ${{ matrix.arch }}
context: "{{defaultContext}}:scripts/docker"
target: ttk-dev
push: true
Expand Down

0 comments on commit 5e18555

Please sign in to comment.