Skip to content

Commit

Permalink
Why is it not building on arm runners
Browse files Browse the repository at this point in the history
  • Loading branch information
dedene committed Jul 4, 2024
1 parent c1acd7d commit 7eca693
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ env:

jobs:
build:
name: Build and publish image
name: Build image
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
ruby: ['3.0']
debian: ['bookworm']
debian: ['bullseye']
include:
- os: ubuntu-latest-4-cores
platform: linux/amd64
- os: ubuntu-22.04-arm
platform: linux/arm64
# - os: ubuntu-22.04-arm
# platform: linux/arm64

permissions:
id-token: write # keyless Cosign signatures
Expand Down

0 comments on commit 7eca693

Please sign in to comment.