Skip to content

Commit

Permalink
platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Nov 15, 2023
1 parent ab4e483 commit 466730b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
- name: docker build
run: |
docker buildx build --platforms linux/arm64 -f docker/Dockerfile.orin-torchserve . -t iqtlabs/gamutrf-orin-torchserve:latest
docker buildx build --platform linux/arm64 -f docker/Dockerfile.orin-torchserve . -t iqtlabs/gamutrf-orin-torchserve:latest
docker build -f docker/Dockerfile.torchserve . -t iqtlabs/gamutrf-torchserve:latest
./tests/test_torchserve.sh
test-gamutrf-extra-images:
Expand Down

0 comments on commit 466730b

Please sign in to comment.