Skip to content

Commit

Permalink
fix: disable arm build for chainguard
Browse files Browse the repository at this point in the history
  • Loading branch information
MthwRobinson committed May 16, 2024
1 parent 0de9215 commit 5624fdf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
build-images:
strategy:
matrix:
docker-platform: ["linux/arm64", "linux/amd64"]
# NOTE(robinson) - temporarily disabling arm since the libreoffice packages only
# works on amd right now
docker-platform: ["linux/amd64"]
# docker-platform: ["linux/arm64", "linux/amd64"]
runs-on: ubuntu-latest-m
needs: set-short-sha
env:
Expand Down

0 comments on commit 5624fdf

Please sign in to comment.