Skip to content

Commit

Permalink
Revert "Merge pull request #12 from doppeltilde/opencl"
Browse files Browse the repository at this point in the history
This reverts commit ab740ff, reversing
changes made to 3ee1a12.
  • Loading branch information
jonafeucht committed Nov 9, 2024
1 parent ab740ff commit 563334d
Show file tree
Hide file tree
Showing 18 changed files with 69 additions and 653 deletions.
67 changes: 0 additions & 67 deletions .github/workflows/dev.opencl.yml

This file was deleted.

68 changes: 0 additions & 68 deletions .github/workflows/dev.yml

This file was deleted.

65 changes: 0 additions & 65 deletions .github/workflows/prod.opencl.yml

This file was deleted.

11 changes: 3 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Production CI/CD
name: ghcr.io CI/CD

on:
push:
tags:
- 'v*'
branches:
- "main"

env:
REGISTRY: "ghcr.io"
Expand All @@ -27,9 +25,6 @@ jobs:
label: "latest"
- docker_file: Dockerfile.cuda
label: "latest-cuda"
- docker_file: Dockerfile.opencl.nvidia
label: "latest-opencl-nvidia"

steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -63,6 +58,6 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ steps.meta.outputs.tags }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.label }}
labels: ${{ steps.meta.outputs.labels }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest${{ matrix.label =='latest-cuda' && '-cuda' || '' }}
# labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
83 changes: 0 additions & 83 deletions Dockerfile.opencl.amd.clover

This file was deleted.

Loading

0 comments on commit 563334d

Please sign in to comment.