Skip to content

Commit

Permalink
temporarily disable arm build in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
recalcitrantsupplant committed Nov 7, 2024
1 parent fdd970f commit f364274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_push_to_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ jobs:
${{ env.IMAGE_NAME }}:dev
# Set provenance to false due to issue documented here: https://github.com/docker/build-push-action/issues/778
provenance: false
platforms: linux/amd64,linux/arm64
platforms: linux/amd64 #,linux/arm64 temporarily disable due to https://github.com/oxigraph/oxigraph/issues/1077
2 changes: 1 addition & 1 deletion .github/workflows/on_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
tags: ${{ steps.metadata.outputs.tags }}
# Set provenance to false due to issue documented here: https://github.com/docker/build-push-action/issues/778
provenance: false
platforms: linux/amd64,linux/arm64
platforms: linux/amd64 #,linux/arm64 temporarily disable due to https://github.com/oxigraph/oxigraph/issues/1077

0 comments on commit f364274

Please sign in to comment.