Skip to content

Commit 5d911b8

Browse files
authored
chore: Build images only on amd platform (#3981)
* chore: Build images only on amd platform * EOFs
1 parent 92f0ace commit 5d911b8

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/busola-backend-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ jobs:
3434
dockerfile: Dockerfile
3535
context: backend
3636
tags: ${{ inputs.tag != '' && inputs.tag || 'latest' }}
37+
platforms: |
38+
linux/amd64

.github/workflows/busola-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ jobs:
4949
dockerfile: Dockerfile
5050
tags: ${{ inputs.tag != '' && inputs.tag || 'latest' }}
5151
build-args: ${{ inputs.tag != '' && format('tag={0}', inputs.tag) || '' }}
52+
platforms: |
53+
linux/amd64

.github/workflows/busola-web-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ jobs:
4444
dockerfile: Dockerfile.web
4545
tags: ${{ inputs.tag != '' && inputs.tag || 'latest' }}
4646
build-args: ${{ inputs.tag != '' && format('tag={0}', inputs.tag) || '' }}
47+
platforms: |
48+
linux/amd64

0 commit comments

Comments
 (0)