Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
remove sudo
  • Loading branch information
dodiadodia authored Jan 30, 2023
1 parent 991061c commit 99c316d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
ref: 'release-1.20'

- name: Build edgeadm for multiarch(@release-1.20)
run: sudo make build.multiarch
run: make build.multiarch

- name: Checkout edge-install static file(@AMD64-1.20)
uses: actions/checkout@v3
Expand Down

0 comments on commit 99c316d

Please sign in to comment.