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 48ae61a commit f181dfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
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 buildx create --name mybuilder --platform linux/amd64,linux/arm64 --use
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 .
# 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 .
push_readme_to_dockerhub:
runs-on: ubuntu-latest
name: Push README to Docker Hub
Expand Down

0 comments on commit f181dfc

Please sign in to comment.