Skip to content

Commit

Permalink
install envsubst for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 24, 2024
1 parent 013673e commit 504c6a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/arm64-arc-runner-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
schedule:
- cron: "0 17 * * 0" # 5pm UTC on Sundays
workflow_dispatch: {}
pull_request:

jobs:
create-controller:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,14 @@ jobs:
- id: cache-dir
run: echo "cache_dir=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"

- name: install envsubst for arm64
if: matrix.runner.arch == 'arm64'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release download --repo a8m/envsubst --pattern '*-Linux-arm64' --output envsubst --clobber
chmod +x envsubst
- name: template melange config
env:
GIT_TAG: ${{ needs.generate-tag.outputs.tag }}
Expand Down

0 comments on commit 504c6a4

Please sign in to comment.