Skip to content

Commit

Permalink
Merge pull request #901 from anarkiwi/noa
Browse files Browse the repository at this point in the history
do not build arm64 torchserve, too slow.
  • Loading branch information
anarkiwi authored Oct 6, 2023
2 parents bf588a7 + 41966e5 commit 49d19bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-extras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
context: docker
file: docker/Dockerfile.torchserve
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: iqtlabs/gamutrf-torchserve:${{ steps.change_version.outputs.VERSION }}
if: github.repository == 'iqtlabs/gamutrf' && github.event_name == 'push'
Expand Down

0 comments on commit 49d19bf

Please sign in to comment.