mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
Change Go arch from amd64 to arm64 on macos-latest (#2683)
Signed-off-by: Diogenes Fernandes <diofeher@gmail.com>
This commit is contained in:
committed by
GitHub
parent
f0e3ad83c8
commit
56ac5b2fa5
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
- { runson: ubuntu-latest, goos: linux, goarch: "amd64" }
|
||||
- { runson: ubuntu-latest, goos: linux, goarch: "386" }
|
||||
- { runson: ubuntu-latest, goos: linux, goarch: "arm" }
|
||||
- { runson: macos-latest, goos: darwin, goarch: "amd64" }
|
||||
- { runson: macos-latest, goos: darwin, goarch: "arm64" }
|
||||
# - { runson: windows-latest, goos: windows, goarch: "amd64" }
|
||||
# https://github.com/opentofu/opentofu/issues/1201 if fixed
|
||||
# ^ un-comment the windows-latest line
|
||||
|
||||
Reference in New Issue
Block a user