diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 915b2b7..28c7246 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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