removing golang/temporal building

This commit is contained in:
Michael Neale 2025-10-29 12:20:08 +11:00 committed by GitHub
parent b94535b679
commit f0056e6cd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
32 changed files with 34 additions and 4999 deletions

View file

@ -99,18 +99,6 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # pin@v5
with:
go-version: '1.21'
- name: Build temporal-service
run: |
echo "Building temporal-service using build.sh script..."
cd temporal-service
./build.sh
echo "temporal-service built successfully"
- name: Build goosed binary
env:
CROSS_NO_WARNINGS: 0
@ -130,9 +118,7 @@ jobs:
export TARGET="x86_64-unknown-linux-gnu"
mkdir -p ui/desktop/src/bin
cp target/$TARGET/release/goosed ui/desktop/src/bin/
cp temporal-service/temporal-service ui/desktop/src/bin/
chmod +x ui/desktop/src/bin/goosed
chmod +x ui/desktop/src/bin/temporal-service
ls -la ui/desktop/src/bin/
- name: Cache npm dependencies