fix github workflows and setup to debug macos build

This commit is contained in:
Ronald A. Richardson
2025-05-22 10:45:37 +08:00
parent dd895a0fd8
commit b7666eeb3e
3 changed files with 15 additions and 15 deletions

View File

@@ -20,20 +20,20 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build Linux binary
run: |
chmod +x ./builds/linux/build-linux.sh
./builds/linux/build-linux.sh
# - name: Build Linux binary
# run: |
# chmod +x ./builds/linux/build-linux.sh
# ./builds/linux/build-linux.sh
- name: Upload Linux binary
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.event.workflow_run.head_branch }}
files: |
${{ env.DIST_DIR }}/fleetbase-linux-x86_64
draft: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Upload Linux binary
# uses: softprops/action-gh-release@v2
# with:
# tag_name: ${{ github.event.workflow_run.head_branch }}
# files: |
# ${{ env.DIST_DIR }}/fleetbase-linux-x86_64
# draft: false
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build-macos:
name: macOS (ARM64) Build

View File

@@ -1,4 +1,4 @@
name: Fleetbase CI/CD
name: Fleetbase GCP CI/CD
on:
push:

View File

@@ -1,4 +1,4 @@
name: Publish Fleetbase Docker Images
name: Fleetbase Docker Images
on:
push: