Skip to content

Commit

Permalink
feat: Adds arm64 docker image builds (#188)
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
  • Loading branch information
dblencowe authored Jan 23, 2024
1 parent b9c3c64 commit f156c03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ jobs:
base_tag: base
extra_tag: default_model
runner: diana
platforms: linux/amd64,linux/arm64
1 change: 1 addition & 0 deletions .github/workflows/publish_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ jobs:
base_tag: base
extra_tag: default_model
runner: diana
platforms: linux/amd64,linux/arm64
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: neongeckocom/.github/.github/workflows/docker_build_tests.yml@master
with:
runner: self-hosted
platforms: linux/amd64,linux/arm64
unit_tests:
timeout-minutes: 15
strategy:
Expand Down

0 comments on commit f156c03

Please sign in to comment.