Skip to content

Commit

Permalink
fix platform
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Feb 14, 2024
1 parent 0548344 commit cb346ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
platform:
- {goos: "linux", goarch: "amd64", runs-on: "ubuntu-latest", }
- {goos: "linux", goarch: "arm64", runs-on: ["self-hosted", "Linux", "ARM64"]}
runs-on: ${{ matrix.goos.runs-on }}
runs-on: ${{ matrix.platform.runs-on }}
defaults:
run:
working-directory: ./test/acceptance
Expand Down

0 comments on commit cb346ca

Please sign in to comment.