Skip to content

Commit

Permalink
Build and push images with linux/arm64/v8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Dec 11, 2024
1 parent 990f40e commit 3e45c92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
if: ${{ matrix.image_dir != 'coffea-base' }}
uses: docker/build-push-action@v5
with:
platforms: linux/amd64
platforms: linux/amd64,linux/arm64/v8
push: ${{ github.event_name == 'push' }}
tags: ${{ steps.tags.outputs.tags }}
context: ${{ matrix.image_dir }}
Expand All @@ -193,7 +193,7 @@ jobs:
if: ${{ matrix.image_dir == 'coffea-base' }}
uses: docker/build-push-action@v5
with:
platforms: linux/amd64
platforms: linux/amd64,linux/arm64/v8
push: ${{ github.event_name == 'push' }}
tags: ${{ steps.tags.outputs.tags }}
context: ${{ matrix.image_dir }}
Expand All @@ -202,3 +202,4 @@ jobs:
python=${{ matrix.python }}
releasev0=${{ env.releasev0 }}

0 comments on commit 3e45c92

Please sign in to comment.