Skip to content

Commit

Permalink
Merge pull request #63 from pomerium/custom-envoy
Browse files Browse the repository at this point in the history
pull mac releases from our build repo
  • Loading branch information
gaurdro authored Dec 16, 2024
2 parents fe3d4b5 + a1bf7fe commit b81f7dd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ jobs:
./scripts/fetch-envoy ${{ steps.tagName.outputs.tag }} linux arm64
gh release upload ${{ steps.tagName.outputs.tag }} bin/envoy-linux-* --clobber
- name: fetch and upload envoy (darwin)
- name: fetch and upload our built envoy (darwin)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
run: |
./scripts/fetch-envoy ${{ steps.tagName.outputs.tag }} darwin amd64
./scripts/fetch-envoy ${{ steps.tagName.outputs.tag }} darwin arm64
gh release upload ${{ steps.tagName.outputs.tag }} bin/envoy-darwin-* --clobber
gh release download -R pomerium/envoy-build ${{ steps.tagName.outputs.tag }}
gh release upload ${{ steps.tagName.outputs.tag }} envoy-darwin-* --clobber

0 comments on commit b81f7dd

Please sign in to comment.