Skip to content

Commit

Permalink
Remove GOARCH option from create_repository
Browse files Browse the repository at this point in the history
  • Loading branch information
dantecatalfamo committed Jun 28, 2024
1 parent 5fab8f0 commit 44653b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/tuf/test/create_repository.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ for system in $SYSTEMS; do
do
extensionName=$(basename $extension)
extensionName=$(echo "$extensionName" | cut -d'.' -f1)
GOARCH="amd64" ./build/fleetctl updates add \
./build/fleetctl updates add \
--path $TUF_PATH \
--target $extension \
--platform linux \
Expand All @@ -231,7 +231,7 @@ for system in $SYSTEMS; do
do
extensionName=$(basename $extension)
extensionName=$(echo "$extensionName" | cut -d'.' -f1)
GOARCH="arm64" ./build/fleetctl updates add \
./build/fleetctl updates add \
--path $TUF_PATH \
--target $extension \
--platform linux-arm64 \
Expand Down

0 comments on commit 44653b2

Please sign in to comment.