From 2f3cbc327da52e92eb5dfa22e22152ef98989e2c Mon Sep 17 00:00:00 2001 From: Hitesh Khandelwal <60309732+hitk6@users.noreply.github.com> Date: Thu, 16 Jan 2025 20:41:54 +0530 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b8782762cb..b44caa9a51 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -26,8 +26,7 @@ on: - beta - development - master - - taskdg1924 - - taskdg1924deleteprop + - arm64-beta jobs: build: @@ -111,6 +110,7 @@ jobs: with: context: . file: ./Dockerfile + platforms: linux/arm64,linux/amd64 no-cache: true sbom: true provenance: true @@ -130,4 +130,4 @@ jobs: - name: Upload Trivy scan results to GitHub Security tab uses: github/codeql-action/upload-sarif@v2.1.33 with: - sarif_file: 'trivy-image-results.sarif' \ No newline at end of file + sarif_file: 'trivy-image-results.sarif'