mirror of
https://github.com/block/goose.git
synced 2026-04-28 11:39:43 +00:00
removing golang/temporal building
This commit is contained in:
parent
b94535b679
commit
f0056e6cd1
32 changed files with 34 additions and 4999 deletions
14
.github/workflows/bundle-desktop-linux.yml
vendored
14
.github/workflows/bundle-desktop-linux.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue