Skip to content

Commit

Permalink
enable docker arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cpolzer authored and nhatnamnguyengtvthcm committed Aug 21, 2023
1 parent 86e343a commit 30cae4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
with:
push: ${{ github.event_name != 'pull_request' && steps.deploycheck.outputs.value == 'y' }}
file: docker/Dockerfile
context: ci
platforms: linux/amd64,linux/arm64
build-args: |
NEEDS_VERSION=${{ env.NEEDS_VERSION }}
BASE_IMAGE=${{ matrix.base-image }}
Expand Down

0 comments on commit 30cae4d

Please sign in to comment.