Skip to content

Commit 5389291

Browse files
authored
Merge branch 'main' into simple-forge/issue-93-feature-request-container-imag-ta061x
2 parents 426edff + c9ffa89 commit 5389291

110 files changed

Lines changed: 8329 additions & 45 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/push.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ jobs:
203203
- name: build github-actions-staging
204204
env:
205205
VERSION: ${{ needs.prepare.outputs.version }}
206+
CGO_ENABLED: "0"
206207
run: |
207208
mkdir -p bin
208209
go build -ldflags "-s -w -X=github.com/simple-container-com/api/internal/build.Version=${VERSION}" -a -installsuffix cgo -o bin/github-actions ./cmd/github-actions
@@ -371,6 +372,8 @@ jobs:
371372
with:
372373
name: bin-tools
373374
path: bin
375+
- name: fix bin tools permissions
376+
run: chmod +x bin/*
374377
- name: download docs artifact
375378
uses: actions/download-artifact@v4
376379
with:

0 commit comments

Comments
 (0)