Skip to content

Commit

Permalink
Merge pull request #588 from nyrahul/dev
Browse files Browse the repository at this point in the history
removed arm64 build support
  • Loading branch information
nyrahul authored Nov 14, 2022
2 parents 4c51d27 + 1bbc29e commit 4353c49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/build/push_knoxautopolicy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ cd $AUTOPOL_HOME
AUTOPOL_SRC_HOME=$AUTOPOL_HOME/src

[[ "$REPO" == "" ]] && REPO="accuknox/knoxautopolicy"
[[ "$PLATFORMS" == "" ]] && PLATFORMS="linux/amd64,linux/arm64/v8"
[[ "$PLATFORMS" == "" ]] && PLATFORMS="linux/amd64"
#[[ "$PLATFORMS" == "" ]] && PLATFORMS="linux/amd64,linux/arm64/v8"

# check version
VERSION=`git rev-parse --abbrev-ref HEAD`
Expand Down

0 comments on commit 4353c49

Please sign in to comment.