Skip to content

Commit

Permalink
feat: Adds arm64 docker image builds (#162)
Browse files Browse the repository at this point in the history
# 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 <[email protected]>
  • Loading branch information
dblencowe and NeonDaniel authored Jan 23, 2024
1 parent 98f92fc commit 5380a1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
secrets: inherit
with:
base_tag: base
extra_tag: default_model
extra_tag: default_model
platforms: linux/amd64,linux/arm64
3 changes: 2 additions & 1 deletion .github/workflows/publish_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
secrets: inherit
with:
base_tag: base
extra_tag: default_model
extra_tag: default_model
platforms: linux/amd64,linux/arm64
2 changes: 2 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
python_version: "3.8"
docker_build_tests:
uses: neongeckocom/.github/.github/workflows/docker_build_tests.yml@master
with:
platforms: linux/amd64,linux/arm64
unit_tests:
timeout-minutes: 15
strategy:
Expand Down

0 comments on commit 5380a1a

Please sign in to comment.