diff options
| author | chrislu <chris.lu@gmail.com> | 2024-06-12 22:54:34 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-06-12 22:54:34 -0700 |
| commit | 6d95f781649fc7b3384b7b2c2ff3fedf011f1297 (patch) | |
| tree | 8f681c9fd084762c53177927247c8b05b5df870a | |
| parent | 458dda56ae387fc5341fb3dd9b08a07449924749 (diff) | |
| parent | e6b9b6ade7de421bdc36b61577590ee6a6ebefd0 (diff) | |
| download | seaweedfs-6d95f781649fc7b3384b7b2c2ff3fedf011f1297.tar.xz seaweedfs-6d95f781649fc7b3384b7b2c2ff3fedf011f1297.zip | |
Merge branch 'master' into mq
| -rw-r--r-- | .github/workflows/container_release4.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/container_release5.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml index 53d6830c4..232d44c1f 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,tikv,rclone + build-args: TAGS=elastic,gocdk,sqlite,ydb,tikv,rclone platforms: linux/amd64 tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }} diff --git a/.github/workflows/container_release5.yml b/.github/workflows/container_release5.yml index a3e5e30e8..bea6f346b 100644 --- a/.github/workflows/container_release5.yml +++ b/.github/workflows/container_release5.yml @@ -52,7 +52,7 @@ jobs: context: ./docker push: ${{ github.event_name != 'pull_request' }} file: ./docker/Dockerfile.go_build - build-args: TAGS=5BytesOffset,elastic,ydb,gocdk,tikv,rclone + build-args: TAGS=5BytesOffset,elastic,gocdk,sqlite,ydb,tikv,rclone platforms: linux/amd64 tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }} |
