Skip to content

Commit

Permalink
feat: add multi-platform build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Feb 2, 2024
1 parent 403a7a4 commit db171c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ on:

jobs:
docker:
uses: onecx/ci-common/.github/workflows/docker-build.yml@v1
uses: onecx/ci-common/.github/workflows/docker-build.yml@test1
secrets: inherit
with:
platform: 'linux/amd64,linux/arm64'
buildx: true
push: false
artifact: ''
samoDockerFile: Dockerfile

0 comments on commit db171c1

Please sign in to comment.