Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuan-cao-swi committed Mar 7, 2024
1 parent 00d09e5 commit 1168312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_publish_lambda_layer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
# BuildArchitecture: arch is for different architecture build
- name: build lambda layer
run: |
uname -a
cd lambda/
echo "" >> template.yml
echo " BuildArchitecture: ${{ matrix.arch }}" >> template.yml
Expand Down
1 change: 1 addition & 0 deletions lambda/layer/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

build-OTelLayer:
uname -a
mkdir -p $(ARTIFACTS_DIR)/ruby/gems/3.2.0
mkdir -p $(ARTIFACTS_DIR)/solarwinds-apm/
bundle config set --global silence_root_warning 1
Expand Down

0 comments on commit 1168312

Please sign in to comment.