Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Jul 24, 2024
1 parent 0549f29 commit b606436
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ jobs:
name: Build and push docker images
needs:
- set-version-number
runs-on: ubuntu-latest
#if: ${{ needs.set-version-number.outputs.is-release == 'true' }}
env:
#REGISTRY: ghcr.io
Expand All @@ -219,8 +218,11 @@ jobs:
config:
- arch: amd64
os: linux-musl
runs-on: ubuntu-latest
- arch: arm64
os: linux
runs-on: macos-14
runs-on: ${{ matrix.config.runs-on }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b606436

Please sign in to comment.