Skip to content

Commit b5f9194

Browse files
authored
fix: Build k6 images only on supported platforms (#206)
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
1 parent df68a96 commit b5f9194

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/keda-k6-runner.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ jobs:
3535

3636
- name: Build and publish Tools image
3737
run: make push-keda-k6-runner
38+
env:
39+
BUILD_PLATFORMS: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)