Skip to content

Commit

Permalink
ci: revert to only only amd cuda build
Browse files Browse the repository at this point in the history
  • Loading branch information
danellecline committed Sep 19, 2024
1 parent f181dfc commit dd133f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,9 @@ jobs:
echo "VERSION=$pypi_version" >> $GITHUB_ENV
- name: Docker Build and Push
# - if: steps.release-status.outputs.released == 'true'
run: |
export RELEASE_VERSION=$(echo ${{ steps.release-status.outputs.tag }} | cut -c 2-)
docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
# docker buildx create --name mybuilder --platform linux/amd64,linux/arm64 --use
docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
docker buildx create --name mybuilder --platform linux/amd64 --use
docker buildx build --push --platform linux/amd64 -t mbari/sdcat:${{ env.VERSION }}-cuda124 --label GIT_VERSION=${{ env.VERSION }} --label IMAGE_URI=mbari/sdcat:${{ env.VERSION }}-cuda124 -f docker/Dockerfile.cuda .
# docker buildx build --push --platform linux/amd64 -t mbari/sdcat:${{ env.VERSION }} --label GIT_VERSION=${{ env.VERSION }} --label IMAGE_URI=mbari/sdcat:${{ env.VERSION }} -f docker/Dockerfile .
Expand Down

0 comments on commit dd133f0

Please sign in to comment.