Skip to content

Commit

Permalink
Update graal-native-x86.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ihudak authored Jun 16, 2024
1 parent 33071a7 commit f0c917f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/graal-native-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Download Dynatrace OneAgent
run: |
DT_TENANT_URL=$(echo ${{ secrets.DT_DEPLOYMENT_URL }} | base64 -d)
DT_TOKEN=$(${{ secrets.DT_DEPLOYMENT_TOKEN }} | base64 -d)
DT_TOKEN=$(echo ${{ secrets.DT_DEPLOYMENT_TOKEN }} | base64 -d)
PLATFORM=$(uname -p) && if [ "$PLATFORM" = "arm" ] || [ "$PLATFORM" = "arm64" ] || [ "$PLATFORM" = "aarch64" ]; then export PLATFORM="arm"; elif [ $PLATFORM = "x86" ] || [ $PLATFORM = "x86_64" ] || [ $PLATFORM = "x64" ]; then export PLATFORM="x86"; else export PLATFORM="x86"; fi
curl -X GET "$DT_TENANT_URL/api/v1/deployment/installer/agent/unix/paas/latest?flavor=default&arch=x86&bitness=64&include=java-graal-native&skipMetadata=true" -H "accept: application/octet-stream" -H "Authorization: Api-Token $DT_TOKEN" -o linux-agent.zip
# wget -O linux-agent.zip http://graalnative.eastus.cloudapp.azure.com:8080/linux-$PLATFORM.zip
Expand Down

0 comments on commit f0c917f

Please sign in to comment.