From 41d85910101c4b643e39037ac89142443e1e55a0 Mon Sep 17 00:00:00 2001 From: plvines <> Date: Tue, 17 Dec 2024 21:17:55 -0500 Subject: [PATCH] CI debugging --- .github/workflows/ci.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd56cba..24a7e4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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