diff options
| author | chrislu <chris.lu@gmail.com> | 2022-06-20 14:15:59 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-06-20 14:15:59 -0700 |
| commit | 1d0c53ea56f84bfef5115e756ebe31d9ece62f20 (patch) | |
| tree | b5ee942ce63760722caf018885b2d2399587d96b /.github/workflows/container_release4.yml | |
| parent | bf5a5abfb1925ee981306d8e49bc52bcded2279b (diff) | |
| download | seaweedfs-1d0c53ea56f84bfef5115e756ebe31d9ece62f20.tar.xz seaweedfs-1d0c53ea56f84bfef5115e756ebe31d9ece62f20.zip | |
remote storage: stop supporting hdfs as a remote storage
Diffstat (limited to '.github/workflows/container_release4.yml')
| -rw-r--r-- | .github/workflows/container_release4.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml index 0788abeca..1bba0ee9c 100644 --- a/.github/workflows/container_release4.yml +++ b/.github/workflows/container_release4.yml @@ -52,7 +52,7 @@ jobs: context: ./docker push: ${{ github.event_name != 'pull_request' }} file: ./docker/Dockerfile.go_build - build-args: TAGS=elastic,ydb,gocdk,hdfs + build-args: TAGS=elastic,ydb,gocdk platforms: linux/amd64 tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }} |
