diff options
| author | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-28 10:53:24 +0900 |
|---|---|---|
| committer | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-28 10:53:24 +0900 |
| commit | ee52f29c3315443b85ef67113dd68ab1853cf1f8 (patch) | |
| tree | 9b2d7e660c00870022892bde5d833abc6188d16a /.github/workflows/container_release.yml | |
| parent | ba45852ca5b090ac81d17ac45e9f8f591dbaf372 (diff) | |
| download | seaweedfs-ee52f29c3315443b85ef67113dd68ab1853cf1f8.tar.xz seaweedfs-ee52f29c3315443b85ef67113dd68ab1853cf1f8.zip | |
feature(ci): recognise more arches and add build tests
Diffstat (limited to '.github/workflows/container_release.yml')
| -rw-r--r-- | .github/workflows/container_release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/container_release.yml b/.github/workflows/container_release.yml index 1b155b7bd..3c66c7215 100644 --- a/.github/workflows/container_release.yml +++ b/.github/workflows/container_release.yml @@ -1,4 +1,5 @@ name: Build Release Containers + on: push: tags: |
