Skip to content

Commit

Permalink
feat(chezmoi): Temporarily remove failing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus committed Feb 6, 2024
1 parent 59b9fc3 commit e5d1729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
cancel-in-progress: true

env:
PLATFORMS: linux/arm64,linux/amd64
PLATFORMS: linux/amd64
PUBLISH_IMAGE: ${{ (github.event_name == 'push' && github.ref_name == 'main') || github.event.inputs.publish-image == 'true' }}

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ eval $(/usr/local/bin/brew shellenv)
brew update

# Temporary Overrides
brew link --overwrite [email protected]
brew link --overwrite go
brew install --overwrite [email protected]
brew install --overwrite go

brew bundle --verbose --no-lock --file=/dev/stdin <<EOF
{{ includeTemplate "darwin/brewfile" . }}
Expand Down

0 comments on commit e5d1729

Please sign in to comment.