Merge branch 'feature/cleanup' #3
build_and_push.yml
on: push
Ubuntu LTS repo tor version
32s
Annotations
1 error
Ubuntu LTS repo tor version
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y curl tor tor-geoipdb obfs4proxy && apt-get clean && rm -rf /var/lib/apt/lists/* && tor_version=$(apt-cache madison tor | awk '{print $3; exit}') && obfs4proxy_version=$(apt-cache madison obfs4proxy | awk '{print $3; exit}') && ubuntu_version=$(cat /etc/os-release | grep VERSION_ID | awk -F '\"' '{print $2}') && actualVersion=\"ubuntu_lts_${ubuntu_version}_tor_${tor_version}_obfs4proxy_${obfs4proxy_version}\" && if [ \"$actualVersion\" != \"$VERSION\" ]; then echo \"Version mismatch: expected $VERSION, got $actualVersion\" && exit 1; fi" did not complete successfully: exit code: 1
|