Skip to content

Commit

Permalink
Using amd64 instead of arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
DionisioFG committed May 22, 2024
1 parent e93bbd7 commit 0de9e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ce-dev-test-macos-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
brew upgrade
brew install p7zip nss wget
cd /tmp
wget https://go.dev/dl/go1.22.1.darwin-arm64.tar.gz
sudo tar -C /usr/local -xzf go1.22.1.darwin-arm64.tar.gz
wget https://go.dev/dl/go1.22.1.darwin-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.22.1.darwin-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
git clone https://github.com/FiloSottile/mkcert && cd mkcert
go build -ldflags "-X main.Version=$(git describe --tags)"
Expand Down

0 comments on commit 0de9e83

Please sign in to comment.