Skip to content

Commit

Permalink
CI debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
plvines committed Dec 18, 2024
1 parent 98baa4a commit 41d8591
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,17 @@ jobs:
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}
- name: Build and Push raceboat-compile Docker Image
uses: docker/build-push-action@v4
with:
context: raceboat-compile-image
file: raceboat-compile-image/Dockerfile
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: latest
- name: Build
run: ./raceboat-compile-image/build_image.sh --platform-x86_64

# - name: Build and Push raceboat-compile Docker Image
# uses: docker/build-push-action@v4
# with:
# context: raceboat-compile-image
# file: raceboat-compile-image/Dockerfile
# platforms: linux/amd64,linux/arm64
# push: ${{ github.event_name != 'pull_request' }}
# tags: latest

# compile-image:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 41d8591

Please sign in to comment.