Skip to content

Commit

Permalink
chore: disable arm64 build for now #55
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittstruck committed Mar 29, 2024
1 parent d6e1d73 commit 8ab424e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Create and publish a Docker image

on:
push:
branches: ["main"]
branches: ["main", "55-chore-disable-arm64-for-now"]
release:
types: [published]

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
push: true
provenance: false
target: production
platforms: linux/amd64,linux/arm64
#platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}

0 comments on commit 8ab424e

Please sign in to comment.