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

Commit dae7615

Browse files
Do we need to specify platforms for testing as well?
1 parent beb2e67 commit dae7615

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,11 @@ workflows:
121121
name: build-multi-arch-amd64
122122
- test-multi-arch:
123123
requires: [build-multi-arch-arm64]
124+
platforms: linux/arm64
124125
machine-type: ubuntu2004arm64
125126
- test-multi-arch:
126127
requires: [build-multi-arch-amd64]
128+
platforms: linux/amd64
127129
machine-type: ubuntu2004amd64
128-
130+
129131

0 commit comments

Comments
 (0)