Skip to content

Commit

Permalink
build on arm64 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y committed Feb 15, 2024
1 parent f3f7611 commit 45e5d4c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions scripts/docker-image-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,7 @@ fi

uname_arch=$(uname -m)

architecture="amd64"

if [ "$uname_arch" == "x86_64" ] || [ "$uname_arch" == "amd64" ]; then
architecture="amd64"
elif [ "$uname_arch" == "aarch64" ] || [ "$uname_arch" == "arm64" ]; then
architecture="arm64"
fi
architecture="arm64"

# Argument processing
if "${push_to_registry_container}"; then
Expand Down

0 comments on commit 45e5d4c

Please sign in to comment.