FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lambda-runtime-init/.github/workflows/build.yml at localstack · developer-guy/lambda-runtime-init · GitHub
developer-guy
/
lambda-runtime-init
Public
forked from
localstack/lambda-runtime-init
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
lambda-runtime-init
/
.github
/
workflows
/
build.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
37 lines (31 loc) · 770 Bytes
Breadcrumbs
lambda-runtime-init
/
.github
/
workflows
/
build.yml
Copy path
File metadata and controls
37 lines (31 loc) · 770 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name
:
Build
on
:
push
:
branches
:
[ localstack ]
tags
:
v*.*
pull_request
:
branches
:
[ localstack ]
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Set up Go
uses
:
actions/setup-go@v5
with
:
go-version
:
'
1.22
'
-
name
:
Build
env
:
RELEASE_BUILD_LINKER_FLAGS
:
"
-s -w
"
run
:
make compile-lambda-linux-all
-
uses
:
actions/upload-artifact@v4
with
:
name
:
aws-lambda-rie
path
:
bin/*
-
name
:
Release binaries
uses
:
softprops/action-gh-release@v2
if
:
startsWith(github.ref, 'refs/tags/')
with
:
files
:
bin/*
generate_release_notes
:
true
prerelease
:
${{ endsWith(github.ref, '-pre') }}
Back
|
FazBrowse Home
|
New Git URL