Skip to content

Commit 5380a1a

Browse files
feat: Adds arm64 docker image builds (#162)
# Description Adds arm64 docker image builds to the test and publish workflows # Issues N/A (discussed via Matrix) # Other Notes --------- Co-authored-by: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com>
1 parent 98f92fc commit 5380a1a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/publish_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
secrets: inherit
1717
with:
1818
base_tag: base
19-
extra_tag: default_model
19+
extra_tag: default_model
20+
platforms: linux/amd64,linux/arm64

.github/workflows/publish_test_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ jobs:
2121
secrets: inherit
2222
with:
2323
base_tag: base
24-
extra_tag: default_model
24+
extra_tag: default_model
25+
platforms: linux/amd64,linux/arm64

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
python_version: "3.8"
1313
docker_build_tests:
1414
uses: neongeckocom/.github/.github/workflows/docker_build_tests.yml@master
15+
with:
16+
platforms: linux/amd64,linux/arm64
1517
unit_tests:
1618
timeout-minutes: 15
1719
strategy:

0 commit comments

Comments
 (0)