Skip to content

Commit

Permalink
backport of commit 424a7ca (#15354)
Browse files Browse the repository at this point in the history
This pull request was automerged via backport-assistant
  • Loading branch information
hc-github-team-nomad-core authored Nov 21, 2022
1 parent 037e18b commit ead7e54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:

jobs:
get-go-version:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
outputs:
go-version: ${{ steps.get-go-version.outputs.go-version }}
steps:
Expand All @@ -38,7 +38,7 @@ jobs:
echo "Building with Go $(cat .go-version)"
echo "::set-output name=go-version::$(cat .go-version)"
get-product-version:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
outputs:
product-version: ${{ steps.get-product-version.outputs.product-version }}
steps:
Expand All @@ -52,7 +52,7 @@ jobs:
echo "::set-output name=product-version::$(make version)"
generate-metadata-file:
needs: get-product-version
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
outputs:
filepath: ${{ steps.generate-metadata-file.outputs.filepath }}
steps:
Expand All @@ -75,7 +75,7 @@ jobs:

build-other:
needs: [get-go-version, get-product-version]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
goos: [windows]
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:

build-linux:
needs: [get-go-version, get-product-version]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
goos: [linux]
Expand Down Expand Up @@ -293,7 +293,7 @@ jobs:
# needs:
# - get-product-version
# - build
# runs-on: ubuntu-latest
# runs-on: ubuntu-20.04
# strategy:
# matrix:
# arch: ["arm", "arm64", "386", "amd64"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:

jobs:
prepare-release:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
outputs:
build-ref: ${{ steps.commit-change-push.outputs.build-ref }}
steps:
Expand Down

0 comments on commit ead7e54

Please sign in to comment.