Skip to content

Commit

Permalink
improve workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Sep 22, 2024
1 parent a1cc616 commit 5f2a33e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:


release-brew:
runs-on: [self-hosted, macOS, ARM64]
runs-on: [self-hosted-mac]
timeout-minutes: 20
# runs-on: macos-latest

Expand Down
23 changes: 1 addition & 22 deletions .github/workflows/test-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,9 @@ env:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

jobs:
# test1:
# runs-on: [self-hosted, Linux, ARM64]

# steps:
# - name: Checkout
# uses: actions/checkout@v3
# with:
# fetch-depth: 0

# - name: Set up Go
# uses: actions/setup-go@v3
# with:
# go-version: "1.22"
# cache: true

# - name: Build Sling
# run: bash scripts/build.sh

# - name: Build Docker
# run: |
# docker build -f cmd/sling/Dockerfile.arm64 -t slingdata/sling:dev-arm64 .

build-brew:
runs-on: [self-hosted, macOS, ARM64]
runs-on: [self-hosted-mac]
timeout-minutes: 20
# runs-on: macos-latest

Expand Down

0 comments on commit 5f2a33e

Please sign in to comment.