Skip to content

Commit 2138a48

Browse files
pbrogan12chmouel
authored andcommitted
build images for arm64 architecture
1 parent ffeff4d commit 2138a48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/multi-arch-ghcr.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
context: .
4949
build-args: |
5050
BINARY_NAME=pipelines-as-code-controller
51-
platforms: linux/amd64,linux/ppc64le
51+
platforms: linux/amd64,linux/ppc64le,linux/arm64
5252
push: true
5353
tags: ${{ steps.meta.outputs.tags }}
5454
labels: ${{ steps.meta.outputs.labels }}
@@ -65,7 +65,7 @@ jobs:
6565
context: .
6666
build-args: |
6767
BINARY_NAME=pipelines-as-code-watcher
68-
platforms: linux/amd64,linux/ppc64le
68+
platforms: linux/amd64,linux/ppc64le,linux/arm64
6969
push: true
7070
tags: ${{ steps.meta-watcher.outputs.tags }}
7171
labels: ${{ steps.meta-watcher.outputs.labels }}
@@ -82,7 +82,7 @@ jobs:
8282
context: .
8383
build-args: |
8484
BINARY_NAME=pipelines-as-code-webhook
85-
platforms: linux/amd64,linux/ppc64le
85+
platforms: linux/amd64,linux/ppc64le,linux/arm64
8686
push: true
8787
tags: ${{ steps.meta-webhook.outputs.tags }}
8888
labels: ${{ steps.meta-webhook.outputs.labels }}
@@ -99,7 +99,7 @@ jobs:
9999
context: .
100100
build-args: |
101101
BINARY_NAME=tkn-pac
102-
platforms: linux/amd64,linux/ppc64le
102+
platforms: linux/amd64,linux/ppc64le,linux/arm64
103103
push: true
104104
tags: ${{ steps.meta-cli.outputs.tags }}
105105
labels: ${{ steps.meta-cli.outputs.labels }}

0 commit comments

Comments
 (0)