Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit a94dec2

Browse files
committed
Test build the codegate image for arm64 too
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
1 parent bc2d7a3 commit a94dec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
run: |
4444
git lfs install
4545
git lfs pull
46-
- name: Test build on x86
46+
- name: Test build on arm64 and amd64
4747
id: docker_build
4848
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v5
4949
with:
5050
context: .
5151
file: ./Dockerfile
52-
platforms: linux/amd64
52+
platforms: linux/amd64,linux/arm64
5353
push: false # Only attempt to build, to verify the Dockerfile is working
5454
load: true
5555
cache-from: type=gha

0 commit comments

Comments
 (0)