Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CareyWang authored Apr 9, 2022
1 parent edcbc5a commit 7ddcb46
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,3 @@ jobs:
with:
name: myurls-linux-amd64
path: build/myurls-linux-amd64.tar.gz

aarch64_build:
name: Linux aarch64 Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v1
with:
go-version: 1.18
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt install gcc-aarch64-linux-gnu
- name: Build
run: /bin/sh -c "chmod +x release.sh && bash release.sh"
- name: Upload
uses: actions/upload-artifact@v1
with:
name: myurls-linux-arm64
path: build/myurls-arrch64.tar.gz

0 comments on commit 7ddcb46

Please sign in to comment.