Skip to content

Commit 4440135

Browse files
authored
Add arm64 Docker guild tests
1 parent 3f42f02 commit 4440135

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unit_tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
python_version: "3.8"
1616
docker_build_tests:
1717
uses: neongeckocom/.github/.github/workflows/docker_build_tests.yml@master
18+
with:
19+
platforms: linux/amd64,linux/arm64
1820
unit_tests:
1921
timeout-minutes: 15
2022
strategy:
@@ -51,4 +53,4 @@ jobs:
5153
uses: actions/upload-artifact@v2
5254
with:
5355
name: gui-service-test-results
54-
path: tests/gui-service-test-results.xml
56+
path: tests/gui-service-test-results.xml

0 commit comments

Comments
 (0)