Skip to content

Commit

Permalink
Revert docker changes (#8293)
Browse files Browse the repository at this point in the history
  • Loading branch information
chainlink committed Oct 18, 2022
1 parent 60ebb8b commit 846176d
Showing 1 changed file with 78 additions and 78 deletions.
156 changes: 78 additions & 78 deletions goreleaser/docker.yml
Expand Up @@ -190,81 +190,81 @@ dockers:
- LICENSE
- licenses

# # arm64 builds follow
# - image_templates:
# - pachyderm/pachd-arm64
# - pachyderm/pachd-arm64:local
# - "pachyderm/pachd-arm64:{{ .Version }}"
# - "pachyderm/pachd-arm64:{{ .FullCommit }}"
# ids:
# - pachd
# goos: linux
# goarch: arm64
# skip_push: false
# dockerfile: Dockerfile.pachd
# extra_files:
# - dex-assets
# - LICENSE
# - licenses
# build_flag_templates:
# - "--network=host"
# - "--label=version={{.Version}}"
# - "--label=release={{.Version}}"
# - "--platform=linux/arm64"
# - image_templates:
# - pachyderm/pachctl-arm64
# - pachyderm/pachctl-arm64:{{ .FullCommit }}
# ids:
# - pachctl
# goos: linux
# goarch: arm64
# skip_push: false
# dockerfile: Dockerfile.pachctl
# build_flag_templates:
# - "--network=host"
# - "--progress=plain"
# - "--label=version={{.Version}}"
# - "--label=release={{.Version}}"
# - "--platform=linux/arm64"
# extra_files:
# - LICENSE
# - licenses
# - image_templates:
# - pachyderm/mount-server-arm64
# - "pachyderm/mount-server-arm64:{{ .FullCommit }}"
# ids:
# - mount-server
# goos: linux
# goarch: arm64
# skip_push: false
# dockerfile: Dockerfile.mount-server
# build_flag_templates:
# - "--network=host"
# - "--progress=plain"
# - "--label=version={{.Version}}"
# - "--label=release={{.Version}}"
# - "--platform=linux/arm64"
# extra_files:
# - LICENSE
# - licenses
# - image_templates:
# - pachyderm/worker-arm64
# - pachyderm/worker-arm64:local
# - "pachyderm/worker-arm64:{{ .FullCommit }}"
# ids:
# - pachctl
# - worker_init
# - worker
# - pachtf
# goos: linux
# goarch: arm64
# skip_push: false
# dockerfile: Dockerfile.worker
# build_flag_templates:
# - "--progress=plain"
# - "--label=version={{.Version}}"
# - "--label=release={{.Version}}"
# - "--platform=linux/arm64"
# extra_files:
# - LICENSE
# - licenses
# arm64 builds follow
- image_templates:
- pachyderm/pachd-arm64
- pachyderm/pachd-arm64:local
- "pachyderm/pachd-arm64:{{ .Version }}"
- "pachyderm/pachd-arm64:{{ .FullCommit }}"
ids:
- pachd
goos: linux
goarch: arm64
skip_push: false
dockerfile: Dockerfile.pachd
extra_files:
- dex-assets
- LICENSE
- licenses
build_flag_templates:
- "--network=host"
- "--label=version={{.Version}}"
- "--label=release={{.Version}}"
- "--platform=linux/arm64"
- image_templates:
- pachyderm/pachctl-arm64
- pachyderm/pachctl-arm64:{{ .FullCommit }}
ids:
- pachctl
goos: linux
goarch: arm64
skip_push: false
dockerfile: Dockerfile.pachctl
build_flag_templates:
- "--network=host"
- "--progress=plain"
- "--label=version={{.Version}}"
- "--label=release={{.Version}}"
- "--platform=linux/arm64"
extra_files:
- LICENSE
- licenses
- image_templates:
- pachyderm/mount-server-arm64
- "pachyderm/mount-server-arm64:{{ .FullCommit }}"
ids:
- mount-server
goos: linux
goarch: arm64
skip_push: false
dockerfile: Dockerfile.mount-server
build_flag_templates:
- "--network=host"
- "--progress=plain"
- "--label=version={{.Version}}"
- "--label=release={{.Version}}"
- "--platform=linux/arm64"
extra_files:
- LICENSE
- licenses
- image_templates:
- pachyderm/worker-arm64
- pachyderm/worker-arm64:local
- "pachyderm/worker-arm64:{{ .FullCommit }}"
ids:
- pachctl
- worker_init
- worker
- pachtf
goos: linux
goarch: arm64
skip_push: false
dockerfile: Dockerfile.worker
build_flag_templates:
- "--progress=plain"
- "--label=version={{.Version}}"
- "--label=release={{.Version}}"
- "--platform=linux/arm64"
extra_files:
- LICENSE
- licenses

0 comments on commit 846176d

Please sign in to comment.