fix build.yml (x9)

This commit is contained in:
dalbodeule 2024-06-13 22:38:00 +09:00
parent 0481681dd4
commit a65772f575
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65
2 changed files with 0 additions and 5 deletions

View File

@ -16,10 +16,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install Buildpack CLI
run: |
curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.24.0/pack-v0.24.0-linux.tgz" | tar -xzv -C /usr/local/bin
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2

View File

@ -18,7 +18,6 @@ RUN ./gradlew --no-daemon dependencies
COPY src ./src COPY src ./src
# Build the application # Build the application
RUN ./gradlew build
RUN ./gradlew nativeCompile RUN ./gradlew nativeCompile
# Runner Stage # Runner Stage