Skip to content

Commit

Permalink
Disable trying to release macos arm64 builds of go client.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Jan 24, 2023
1 parent 9604df4 commit 79b05e7
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/build-and-publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,11 +381,11 @@ jobs:
name: educates-darwin-amd64
path: client-programs

- name: Restore educates-darwin-arm64
uses: actions/download-artifact@v3
with:
name: educates-darwin-arm64
path: client-programs
# - name: Restore educates-darwin-arm64
# uses: actions/download-artifact@v3
# with:
# name: educates-darwin-arm64
# path: client-programs

- name: Install Carvel tools
shell: bash
Expand Down Expand Up @@ -432,10 +432,10 @@ jobs:
with:
name: educates-darwin-amd64

- name: Restore educates-darwin-arm64
uses: actions/download-artifact@v3
with:
name: educates-darwin-arm64
# - name: Restore educates-darwin-arm64
# uses: actions/download-artifact@v3
# with:
# name: educates-darwin-arm64

- name: Calculate variables
shell: bash
Expand Down Expand Up @@ -493,12 +493,12 @@ jobs:
asset_name: educates-darwin-amd64
asset_content_type: application/octet-stream

- name: Upload educates-darwin-arm64
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
upload_url: ${{steps.create_release.outputs.upload_url}}
asset_path: educates-darwin-arm64
asset_name: educates-darwin-arm64
asset_content_type: application/octet-stream
# - name: Upload educates-darwin-arm64
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# with:
# upload_url: ${{steps.create_release.outputs.upload_url}}
# asset_path: educates-darwin-arm64
# asset_name: educates-darwin-arm64
# asset_content_type: application/octet-stream

0 comments on commit 79b05e7

Please sign in to comment.