Skip to content

Commit

Permalink
Disable broken arm builds for frontend container
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Davidson committed Oct 16, 2024
1 parent b199c2e commit 83103ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build-push-web-container-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
matrix:
platform:
- linux/amd64
- linux/arm64
# NOTE(sd109): Arm builds currently failing with error seen here:
# https://github.com/stackhpc/danswer/actions/runs/11368042561/job/31622167035#step:7:366
# - linux/arm64

steps:
- name: Prepare
Expand Down

0 comments on commit 83103ac

Please sign in to comment.