Skip to content

Fix Dockerfile#138

Open
desmax74 wants to merge 1 commit into
mainfrom
fixDocker
Open

Fix Dockerfile#138
desmax74 wants to merge 1 commit into
mainfrom
fixDocker

Conversation

@desmax74

@desmax74 desmax74 commented Mar 5, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

Signed-off-by: desmax74 <mdessi@redhat.com>
@github-actions github-actions Bot mentioned this pull request Mar 5, 2026
@github-actions

github-actions Bot commented Mar 5, 2026

Copy link
Copy Markdown

Please check the build process changes in v1.29.0..v1.42.1 (may need to address them accordingly).

Click here to see the diff
commit e9a8bc5ab97f94b7f9210d7a0f4a981cdbb22232
Author: Christopher Angelo Phillips <32073428+spiffcs@users.noreply.github.com>
Date:   Wed Oct 15 11:12:20 2025 -0400

    chore: update to use old configuration on new cosign (#4287)
    
    Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>

diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index bb278f1a..eaf89dfc 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -337,6 +337,7 @@ signs:
     certificate: "${artifact}.pem"
     args:
       - "sign-blob"
+      - "--use-signing-config=false"
       - "--oidc-issuer=https://token.actions.githubusercontent.com"
       - "--output-certificate=${certificate}"
       - "--output-signature=${signature}"

commit 21d50d7c31fa3d5d8940c091ed0444748b5219e6
Author: Saleem Abdulrasool <compnerd@compnerd.org>
Date:   Wed Sep 24 12:29:03 2025 -0700

    feat: add ARM64 Windows build target (#4237)
    
    Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>

diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index 957aca6c..bb278f1a 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -42,7 +42,7 @@ builds:
     dir: ./cmd/syft
     binary: syft
     goos: [windows]
-    goarch: [amd64]
+    goarch: [amd64, arm64]
     mod_timestamp: *build-timestamp
     ldflags: *build-ldflags
 

commit 21496e7a816bdf8578c9c7656dc291d342775cca
Author: Emmanuel Ferdman <emmanuelferdman@gmail.com>
Date:   Mon Aug 11 16:38:33 2025 +0300

    chore: update GoReleaser configurations (#4128)
    
    Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>

diff --git a/.goreleaser.yaml b/.goreleaser.yaml
index de69b0eb..957aca6c 100644
--- a/.goreleaser.yaml
+++ b/.goreleaser.yaml
@@ -48,12 +48,13 @@ builds:
 
 archives:
   - id: linux-archives
-    builds: [linux-build]
+    ids: [linux-build]
   - id: darwin-archives
-    builds: [darwin-build]
+    ids: [darwin-build]
   - id: windows-archives
-    format: zip
-    builds: [windows-build]
+    formats:
+      - zip
+    ids: [windows-build]
 
 nfpms:
   - license: "Apache 2.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant