Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #737 from meldafrawi/main
Browse files Browse the repository at this point in the history
add containerd-config-path script to goreleaser
  • Loading branch information
cjellick authored Oct 4, 2022
2 parents 0b244f3 + 84926fb commit e6395c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ dockers:
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.source=https://github.com/acorn-io/acorn"
- "--platform=linux/amd64"
extra_files:
- scripts/ds-containerd-config-path-entry
- use: buildx
goos: linux
goarch: arm64
Expand All @@ -124,6 +126,8 @@ dockers:
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.source=https://github.com/acorn-io/acorn"
- "--platform=linux/arm64"
extra_files:
- scripts/ds-containerd-config-path-entry
- use: buildx
goos: linux
goarch: arm
Expand All @@ -140,6 +144,8 @@ dockers:
- "--label=org.opencontainers.image.version={{.Version}}"
- "--label=org.opencontainers.image.source=https://github.com/acorn-io/acorn"
- "--platform=linux/arm/v7"
extra_files:
- scripts/ds-containerd-config-path-entry

docker_manifests:
- use: docker
Expand Down

0 comments on commit e6395c2

Please sign in to comment.