Skip to content

Commit

Permalink
Fixed default package arch
Browse files Browse the repository at this point in the history
  • Loading branch information
intuibase committed Jun 29, 2024
1 parent 00a3cb6 commit d515956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SEL_DISTRO?=buster
GIT_SHA?=$(shell git rev-parse HEAD || echo "unknown")
RELEASE_VERSION?=
GITHUB_RELEASES_URL=https://github.com/elastic/apm-agent-php/releases/download
BUILD_ARCH := $(if $(BUILD_ARCH),$(BUILD_ARCH),/tmp)
BUILD_ARCH := $(if $(BUILD_ARCH),$(BUILD_ARCH),"x86-64")

export FPM_FLAGS=

Expand Down

0 comments on commit d515956

Please sign in to comment.