Skip to content

Commit

Permalink
Revert functional changes in signed txz builder entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
defanator committed Jun 30, 2023
1 parent b3110f1 commit 5e8c091
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/packages/packager/signed-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ set -e
set -x
set -euxo pipefail

case "$(uname -m)" in
amd64|x86_64) ABIARCH=amd64 ;;
arm64|aarch64) ABIARCH=aarch64 ;;
esac

FREEBSD_DISTROS="FreeBSD:12:${ABIARCH} FreeBSD:13:${ABIARCH}"
FREEBSD_DISTROS="FreeBSD:12:amd64 FreeBSD:13:amd64"

cd /nginx-agent/

Expand Down

0 comments on commit 5e8c091

Please sign in to comment.