diff --git a/.github/workflows/container.yaml b/.github/workflows/container.yaml index 74053f3..4fa5ea0 100644 --- a/.github/workflows/container.yaml +++ b/.github/workflows/container.yaml @@ -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: diff --git a/home/.chezmoiscripts/darwin/run_onchange_before_10_install-darwin-packages.tmpl b/home/.chezmoiscripts/darwin/run_onchange_before_10_install-darwin-packages.tmpl index 34170b5..a56e1bd 100644 --- a/home/.chezmoiscripts/darwin/run_onchange_before_10_install-darwin-packages.tmpl +++ b/home/.chezmoiscripts/darwin/run_onchange_before_10_install-darwin-packages.tmpl @@ -16,8 +16,8 @@ eval $(/usr/local/bin/brew shellenv) brew update # Temporary Overrides -brew link --overwrite python@3.11 -brew link --overwrite go +brew install --overwrite python@3.11 +brew install --overwrite go brew bundle --verbose --no-lock --file=/dev/stdin <