aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_dev.yml
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-09-29 10:52:53 -0700
committerChris Lu <chris.lu@gmail.com>2021-09-29 10:52:53 -0700
commitadfd79e243b7f332e6ddcd1f9bdfb27cb556dbea (patch)
tree8b2ea2c0a3acde6fbcc9092dbeab3267767013ef /.github/workflows/container_dev.yml
parenta067deaabcf9b7d6feb58e13dda24721da3e153e (diff)
downloadseaweedfs-adfd79e243b7f332e6ddcd1f9bdfb27cb556dbea.tar.xz
seaweedfs-adfd79e243b7f332e6ddcd1f9bdfb27cb556dbea.zip
skip arm platform
Diffstat (limited to '.github/workflows/container_dev.yml')
-rw-r--r--.github/workflows/container_dev.yml2
1 files changed, 1 insertions, 1 deletions
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 }}