diff options
| author | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2022-05-14 18:40:32 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2022-05-14 18:40:32 +0500 |
| commit | 8f762a1a063cde46a626bc20843b0fd4f4af6aa2 (patch) | |
| tree | 8454acc8fd8e70aeec9ab99ff1d2254d54615f9f /.github/workflows/container_release2.yml | |
| parent | ea4918394c75550d88ae9b6fb947fec84bd3117d (diff) | |
| download | seaweedfs-8f762a1a063cde46a626bc20843b0fd4f4af6aa2.tar.xz seaweedfs-8f762a1a063cde46a626bc20843b0fd4f4af6aa2.zip | |
build release containers for all tags
Diffstat (limited to '.github/workflows/container_release2.yml')
| -rw-r--r-- | .github/workflows/container_release2.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/container_release2.yml b/.github/workflows/container_release2.yml index 6da882e38..a02ab4f87 100644 --- a/.github/workflows/container_release2.yml +++ b/.github/workflows/container_release2.yml @@ -52,7 +52,8 @@ jobs: with: context: ./docker push: ${{ github.event_name != 'pull_request' }} - file: ./docker/Dockerfile.go_build_large + file: ./docker/Dockerfile.go_build + build-args: TAGS=5BytesOffset platforms: linux/amd64, linux/arm, linux/arm64, linux/386 tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }} |
