diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-09-29 10:52:53 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-09-29 10:52:53 -0700 |
| commit | adfd79e243b7f332e6ddcd1f9bdfb27cb556dbea (patch) | |
| tree | 8b2ea2c0a3acde6fbcc9092dbeab3267767013ef | |
| parent | a067deaabcf9b7d6feb58e13dda24721da3e153e (diff) | |
| download | seaweedfs-adfd79e243b7f332e6ddcd1f9bdfb27cb556dbea.tar.xz seaweedfs-adfd79e243b7f332e6ddcd1f9bdfb27cb556dbea.zip | |
skip arm platform
| -rw-r--r-- | .github/workflows/binaries_dev.yml | 8 | ||||
| -rw-r--r-- | .github/workflows/container_dev.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/container_release.yml | 1 |
3 files changed, 3 insertions, 8 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml index 45ac2540e..0c6370dca 100644 --- a/.github/workflows/binaries_dev.yml +++ b/.github/workflows/binaries_dev.yml @@ -26,14 +26,8 @@ jobs: strategy: matrix: goos: [linux, windows, darwin, freebsd] - goarch: [amd64, arm, arm64] + goarch: [amd64, arm64] exclude: - - goarch: arm - goos: darwin - - goarch: 386 - goos: darwin - - goarch: arm - goos: windows - goarch: arm64 goos: windows diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml index 0261275fe..84e995c8e 100644 --- a/.github/workflows/container_dev.yml +++ b/.github/workflows/container_dev.yml @@ -58,6 +58,6 @@ jobs: context: ./docker push: ${{ github.event_name != 'pull_request' }} file: ./docker/Dockerfile.go_build - platforms: linux/amd64, linux/arm, linux/arm64, linux/386 + platforms: linux/amd64, linux/arm64 tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }} diff --git a/.github/workflows/container_release.yml b/.github/workflows/container_release.yml index 625ab53cf..b345b1b86 100644 --- a/.github/workflows/container_release.yml +++ b/.github/workflows/container_release.yml @@ -63,6 +63,7 @@ jobs: platforms: linux/amd64, linux/arm, linux/arm64, linux/386 tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }} + build-large-release-container: runs-on: [ubuntu-latest] |
