Skip to content

Commit

Permalink
do not build arm64 torchserve, too slow.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Oct 6, 2023
1 parent bf588a7 commit 41966e5
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 41966e5

Please sign in to comment.