Skip to content

Commit

Permalink
Update adhoc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgagliardo91 committed Jul 11, 2023
1 parent 2250a3e commit ece52f6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/adhoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@ on:
jobs:
build:
if: github.ref != 'refs/heads/main'
runs-on: [self-hosted, ndustrial-runner-small]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
- run: docker context create builders
- uses: docker/setup-buildx-action@v2
with:
version: latest
endpoint: builders
- uses: docker/login-action@v2
with:
registry: quay.io
Expand All @@ -33,4 +29,4 @@ jobs:
cache-to: type=gha,mode=max
provenance: false
context: ./pgml-extension/
platforms: linux/amd64, linux/arm64
platforms: linux/amd64, linux/arm64

0 comments on commit ece52f6

Please sign in to comment.