Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lydoan1199 committed Jan 14, 2024
1 parent 2278203 commit 1049c49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish_agent_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
jobs:
docker:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ linux/amd64, linux/arm64 ]

steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -29,7 +33,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./
platforms: linux/arm64
file: ./Dockerfile
build-args: AGENT_VERSION=2.0.3
builder: ${{ steps.buildx.outputs.name }}
Expand Down
6 changes: 3 additions & 3 deletions docker/scripts/build_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -xe

npm ci
#npm run buildLinux --if-present
#chmod +x bin/cli-linux-x64 *.sh
npm run buildLinux --if-present
chmod +x bin/cli-linux-x64 *.sh

#ls -al ./bin
ls -al ./bin

0 comments on commit 1049c49

Please sign in to comment.