Skip to content

Commit

Permalink
fix arm failed (#669)
Browse files Browse the repository at this point in the history
remove arm
  • Loading branch information
eeliu authored Aug 13, 2024
1 parent 39b76b3 commit 3251233
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-collector-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:

env:
REGISTRY_IMAGE: ghcr.io/${{ github.repository }}/collector-agent
TAG_NAME: ${{ github.head_ref || github.ref_name }}

jobs:
collector-agent:
Expand Down Expand Up @@ -122,7 +123,7 @@ jobs:
matrix:
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
goos: [linux, windows]
goarch: [amd64, arm64]
goarch: [amd64]
steps:
- name: Show environment
run: export
Expand All @@ -136,4 +137,5 @@ jobs:
goarch: ${{ matrix.goarch }}
project_path: "collector-agent"
binary_name: "collector-agent"
extra_files: LICENSE collector-agent/CHANGES.md
extra_files: LICENSE collector-agent/CHANGES.md
ldflags: -X "github.com/pinpoint-apm/pinpoint-c-agent/collector-agent/server.Version=${{ env.TAG_NAME }}"

0 comments on commit 3251233

Please sign in to comment.