Skip to content

Commit 67cd797

Browse files
authored
[github-actions] Docker: Build for linux/amd64,linux/arm64 (#26)
1 parent fa4500f commit 67cd797

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/on-pull_request-opened-synchronize-reopened.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ jobs:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
DOCKER_IMAGE_NAME: ${{ github.event.repository.name }}
2828
DOCKER_WORK_DIRECTORY: repo/source
29+
DOCKER_BUILD_PLATFORMS: linux/amd64,linux/arm64

.github/workflows/on-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ jobs:
3131
DOCKER_IMAGE_NAME: ${{ github.event.repository.name }}
3232
DOCKER_WORK_DIRECTORY: repo/source
3333
ROOT_POM_DIRECTORY: repo/source
34+
DOCKER_BUILD_PLATFORMS: linux/amd64,linux/arm64

.github/workflows/on-release-published.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ jobs:
3232
DOCKER_IMAGE_NAME: ${{ github.event.repository.name }}
3333
DOCKER_WORK_DIRECTORY: repo/source
3434
ROOT_POM_DIRECTORY: repo/source
35+
DOCKER_BUILD_PLATFORMS: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)