Skip to content

Commit

Permalink
Merge pull request #2 from moudjames23/feat/product-type
Browse files Browse the repository at this point in the history
remove windows for building native image, and install.bat
  • Loading branch information
moudjames23 authored Aug 24, 2024
2 parents 7371e5e + 891177d commit fe24abb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: graalvm/setup-graalvm@v1
Expand All @@ -50,7 +50,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: scan2dojo-${{ matrix.os }}
path: ${{ matrix.os == 'windows-latest' && 'target/scan2dojo.exe' || 'target/scan2dojo' }}
path: target/scan2dojo

build-and-push-docker-image:
if: github.event_name == 'push'
Expand Down
15 changes: 0 additions & 15 deletions scripts/install.bat

This file was deleted.

0 comments on commit fe24abb

Please sign in to comment.