Created
January 25, 2021 20:13
-
-
Save hellt/759076514f9f75e654456227015eafb2 to your computer and use it in GitHub Desktop.
goreleaser issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
project_name: containerlab | |
release: | |
github: | |
owner: srl-wim | |
name: container-lab | |
name_template: '{{.Tag}}' | |
milestones: | |
- repo: | |
owner: srl-wim | |
name: container-lab | |
name_template: '{{ .Tag }}' | |
scoop: | |
name: containerlab | |
commit_author: | |
name: goreleaserbot | |
email: [email protected] | |
commit_msg_template: Scoop update for {{ .ProjectName }} version {{ .Tag }} | |
builds: | |
- id: containerlab | |
goos: | |
- linux | |
goarch: | |
- amd64 | |
- arm64 | |
- "386" | |
goarm: | |
- "6" | |
targets: | |
- linux_amd64 | |
- linux_arm64 | |
- linux_386 | |
dir: . | |
main: . | |
ldflags: | |
- -s -w -X github.com/srl-wim/container-lab/cmd.version={{.Version}} -X github.com/srl-wim/container-lab/cmd.commit={{.ShortCommit}} | |
-X github.com/srl-wim/container-lab/cmd.date={{.Date}} | |
binary: containerlab | |
env: | |
- CGO_ENABLED=0 | |
lang: go | |
gobinary: go | |
archives: | |
- id: default | |
builds: | |
- containerlab | |
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm | |
}}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}' | |
replacements: | |
linux: Linux | |
format: tar.gz | |
files: | |
- licence* | |
- LICENCE* | |
- license* | |
- LICENSE* | |
- readme* | |
- README* | |
- changelog* | |
- CHANGELOG* | |
allow_different_binary_count: false | |
nfpms: | |
- file_name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}' | |
package_name: containerlab | |
contents: | |
- src: ./lab-examples/**/* | |
dst: /etc/containerlab/lab-examples | |
- src: ./templates/**/* | |
dst: /etc/containerlab/templates | |
- src: /usr/bin/clab | |
dst: /usr/bin/containerlab | |
type: symlink | |
files: | |
./lab-examples/**/*: /etc/containerlab/lab-examples | |
./templates/**/*: /etc/containerlab/templates | |
symlinks: | |
/usr/bin/clab: /usr/bin/containerlab | |
id: containerlab | |
builds: | |
- containerlab | |
formats: | |
- rpm | |
- deb | |
vendor: Nokia | |
homepage: https://containerlab.srlinux.dev | |
maintainer: Wim Henderickx <[email protected]>, Karim Radhouani <[email protected]>, | |
Roman Dodin <[email protected]> | |
description: | | |
containerlab deploys containerized networking topologies | |
license: GNU GPLv3 | |
bindir: /usr/bin | |
snapshot: | |
name_template: '{{ .Tag }}-next' | |
checksum: | |
name_template: checksums.txt | |
algorithm: sha256 | |
changelog: | |
filters: | |
exclude: | |
- '^docs:' | |
- '^test:' | |
sort: asc | |
dist: dist | |
env_files: | |
github_token: ~/.config/goreleaser/github_token | |
gitlab_token: ~/.config/goreleaser/gitlab_token | |
gitea_token: ~/.config/goreleaser/gitea_token | |
source: | |
name_template: '{{ .ProjectName }}-{{ .Version }}' | |
format: tar.gz | |
github_urls: | |
download: https://github.com | |
gitlab_urls: | |
download: https://gitlab.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ goreleaser --snapshot --rm-dist --debug | |
• debug logs enabled | |
• releasing... | |
• loading config file file=.goreleaser.yml | |
• loaded config file config={containerlab [] { false false [] []} [] [] { { } { } [] [] []} [{ [linux] [] [] [] [] [] [-s -w -X github.com/srl-wim/container-lab/cmd.version={{.Version}} -X github.com/srl-wim/container-lab/cmd.commit={{.ShortCommit}} -X github.com/srl-wim/container-lab/cmd.date={{.Date}}] [] {[] []} [CGO_ENABLED=0] [] [] false }] [{ [] map[linux:Linux] [] [] false}] [{{{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }} containerlab map[] [] [] [] [] [] [] [] map[./lab-examples/**/*:/etc/containerlab/lab-examples ./templates/**/*:/etc/containerlab/templates] map[] map[/usr/bin/clab:/usr/bin/containerlab] { } { map[] [] { }} {{ } {[] [] [] [] [] []} [] { }} {{ }}} map[] containerlab [] [rpm deb] Nokia https://containerlab.srlinux.dev Wim Henderickx <[email protected]>, Karim Radhouani <[email protected]>, Roman Dodin <[email protected]> containerlab deploys containerized networking topologies | |
GNU GPLv3 /usr/bin false}] [] {{{ .Tag }}-next} {checksums.txt [] false} [] [] [] [] [] [] {{[^docs: ^test:]} asc false} [] { } {[]} { false} { [] [] [] [] [] [] [] [] {[] []} [] [] [] false } { false} { false} { false}} | |
• parallelism: 4 | |
• loading environment variables | |
• getting and validating git state | |
• running git args=[-c log.showSignature=false rev-parse --is-inside-work-tree] | |
• git result stderr= stdout=true | |
• running git args=[-c log.showSignature=false rev-parse --is-inside-work-tree] | |
• git result stderr= stdout=true | |
• running git args=[-c log.showSignature=false rev-parse --abbrev-ref HEAD --quiet] | |
• git result stderr= stdout=master | |
• running git args=[-c log.showSignature=false show --format='%h' HEAD --quiet] | |
• git result stderr= stdout='77ad5ae' | |
• running git args=[-c log.showSignature=false show --format='%H' HEAD --quiet] | |
• git result stderr= stdout='77ad5ae6695f61ae8936767ad94934996d0d4d07' | |
• running git args=[-c log.showSignature=false show --format='%ct' HEAD --quiet] | |
• git result stderr= stdout='1611589254' | |
• running git args=[-c log.showSignature=false ls-remote --get-url] | |
• git result stderr= [email protected]:srl-wim/container-lab.git | |
• running git args=[-c log.showSignature=false tag --points-at HEAD --sort -version:creatordate] | |
• git result stderr= stdout=v0.9.0 | |
• releasing v0.9.0, commit 77ad5ae6695f61ae8936767ad94934996d0d4d07 | |
• pipe skipped error=disabled during snapshot mode | |
• parsing tag | |
• running before hooks | |
• setting defaults | |
• snapshotting | |
• github/gitlab/gitea releases | |
• running git args=[-c log.showSignature=false rev-parse --is-inside-work-tree] | |
• git result stderr= stdout=true | |
• running git args=[-c log.showSignature=false config --get remote.origin.url] | |
• git result stderr= [email protected]:srl-wim/container-lab.git | |
• pre-release for tag v0.9.0 set to false | |
• project name | |
• building binaries | |
• creating source archive | |
• archives | |
• linux packages | |
• DEPRECATED: `nfpms.files` should not be used anymore, check https://goreleaser.com/deprecations#nfpmsfiles for more info. | |
• DEPRECATED: `nfpms.symlinks` should not be used anymore, check https://goreleaser.com/deprecations#nfpmssymlinks for more info. | |
• snapcraft packages | |
• calculating checksums | |
• signing artifacts | |
• docker images | |
• artifactory | |
• blobs | |
• homebrew tap formula | |
• scoop manifests | |
• milestones | |
• running git args=[-c log.showSignature=false rev-parse --is-inside-work-tree] | |
• git result stderr= stdout=true | |
• running git args=[-c log.showSignature=false config --get remote.origin.url] | |
• git result stderr= [email protected]:srl-wim/container-lab.git | |
• snapshotting | |
• checking ./dist | |
• --rm-dist is set, cleaning it up | |
• writing effective config file | |
• writing config=dist/config.yaml | |
• generating changelog | |
• pipe skipped error=not available for snapshots | |
• building binaries | |
• building build={containerlab [linux] [amd64 arm64 386] [6] [] [linux_amd64 linux_arm64 linux_386] [] . . [-s -w -X github.com/srl-wim/container-lab/cmd.version={{.Version}} -X github.com/srl-wim/container-lab/cmd.commit={{.ShortCommit}} -X github.com/srl-wim/container-lab/cmd.date={{.Date}}] [] containerlab {[] []} [CGO_ENABLED=0] go [] [] false go} | |
• building binary=/root/container-lab/dist/containerlab_linux_386/containerlab | |
• building binary=/root/container-lab/dist/containerlab_linux_amd64/containerlab | |
• running cmd=[go build -ldflags=-s -w -X github.com/srl-wim/container-lab/cmd.version=v0.9.0-next -X github.com/srl-wim/container-lab/cmd.commit=77ad5ae -X github.com/srl-wim/container-lab/cmd.date=2021-01-25T20:03:30Z -o /root/container-lab/dist/containerlab_linux_386/containerlab .] env=[TERM=xterm-256color LESSOPEN=||/usr/bin/lesspipe.sh %s PWD=/root/container-lab LS_COLORS=rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45: CVS_RSH=ssh PAGER=less MAIL=/var/spool/mail/root SSH_CONNECTION=10.164.245.121 50894 10.0.0.20 22 XDG_SESSION_ID=254 SSH_AUTH_SOCK=/tmp/ssh-k6u49YXibvmH/agent.1215 SHLVL=1 USER=root LOGNAME=root HOME=/root HOSTNAME=srl-centos7 HISTSIZE=50000 SSH_AGENT_PID=1216 _=/usr/local/bin/goreleaser SSH_CLIENT=10.164.245.121 50894 22 SSH_TTY=/dev/pts/16 P9K_TTY=old LSCOLORS=Gxfxcxdxbxegedabagacad SHELL=/bin/zsh LANG=en_US.UTF-8 LESS=-R HISTCONTROL=ignoredups P9K_SSH=1 PATH=/root/bin:/usr/local/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin XDG_RUNTIME_DIR=/run/user/0 OLDPWD=/root ZSH=/root/.oh-my-zsh CGO_ENABLED=0 GOOS=linux GOARCH=386 GOARM= GOMIPS= GOMIPS64=] | |
• building binary=/root/container-lab/dist/containerlab_linux_arm64/containerlab | |
• running cmd=[go build -ldflags=-s -w -X github.com/srl-wim/container-lab/cmd.version=v0.9.0-next -X github.com/srl-wim/container-lab/cmd.commit=77ad5ae -X github.com/srl-wim/container-lab/cmd.date=2021-01-25T20:03:30Z -o /root/container-lab/dist/containerlab_linux_amd64/containerlab .] env=[P9K_TTY=old _=/usr/local/bin/goreleaser SSH_CLIENT=10.164.245.121 50894 22 SSH_TTY=/dev/pts/16 LESS=-R LSCOLORS=Gxfxcxdxbxegedabagacad SHELL=/bin/zsh LANG=en_US.UTF-8 OLDPWD=/root HISTCONTROL=ignoredups P9K_SSH=1 PATH=/root/bin:/usr/local/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin XDG_RUNTIME_DIR=/run/user/0 ZSH=/root/.oh-my-zsh TERM=xterm-256color LESSOPEN=||/usr/bin/lesspipe.sh %s CVS_RSH=ssh PWD=/root/container-lab LS_COLORS=rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45: PAGER=less HOME=/root MAIL=/var/spool/mail/root SSH_CONNECTION=10.164.245.121 50894 10.0.0.20 22 XDG_SESSION_ID=254 SSH_AUTH_SOCK=/tmp/ssh-k6u49YXibvmH/agent.1215 SHLVL=1 USER=root LOGNAME=root SSH_AGENT_PID=1216 HOSTNAME=srl-centos7 HISTSIZE=50000 CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GOARM= GOMIPS= GOMIPS64=] | |
• running cmd=[go build -ldflags=-s -w -X github.com/srl-wim/container-lab/cmd.version=v0.9.0-next -X github.com/srl-wim/container-lab/cmd.commit=77ad5ae -X github.com/srl-wim/container-lab/cmd.date=2021-01-25T20:03:30Z -o /root/container-lab/dist/containerlab_linux_arm64/containerlab .] env=[TERM=xterm-256color LESSOPEN=||/usr/bin/lesspipe.sh %s CVS_RSH=ssh PWD=/root/container-lab LS_COLORS=rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arc=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lha=38;5;9:*.lz4=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.tzo=38;5;9:*.t7z=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lrz=38;5;9:*.lz=38;5;9:*.lzo=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.bz=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.war=38;5;9:*.ear=38;5;9:*.sar=38;5;9:*.rar=38;5;9:*.alz=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.cab=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.webm=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45: PAGER=less HOME=/root MAIL=/var/spool/mail/root SSH_CONNECTION=10.164.245.121 50894 10.0.0.20 22 XDG_SESSION_ID=254 SSH_AUTH_SOCK=/tmp/ssh-k6u49YXibvmH/agent.1215 SHLVL=1 USER=root LOGNAME=root SSH_AGENT_PID=1216 HOSTNAME=srl-centos7 HISTSIZE=50000 P9K_TTY=old _=/usr/local/bin/goreleaser SSH_CLIENT=10.164.245.121 50894 22 SSH_TTY=/dev/pts/16 LESS=-R LSCOLORS=Gxfxcxdxbxegedabagacad SHELL=/bin/zsh LANG=en_US.UTF-8 OLDPWD=/root HISTCONTROL=ignoredups P9K_SSH=1 PATH=/root/bin:/usr/local/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin XDG_RUNTIME_DIR=/run/user/0 ZSH=/root/.oh-my-zsh CGO_ENABLED=0 GOOS=linux GOARCH=arm64 GOARM= GOMIPS= GOMIPS64=] | |
• added new artifact name=containerlab path=/root/container-lab/dist/containerlab_linux_386/containerlab type=Binary | |
• added new artifact name=containerlab path=/root/container-lab/dist/containerlab_linux_arm64/containerlab type=Binary | |
• added new artifact name=containerlab path=/root/container-lab/dist/containerlab_linux_amd64/containerlab type=Binary | |
• archives | |
• group linux386 has 1 binaries | |
• group linuxarm64 has 1 binaries | |
• group linuxamd64 has 1 binaries | |
• creating archive=dist/containerlab_v0.9.0-next_Linux_amd64.tar.gz | |
• creating archive=dist/containerlab_v0.9.0-next_Linux_386.tar.gz | |
• creating archive=dist/containerlab_v0.9.0-next_Linux_arm64.tar.gz | |
• adding file: LICENSE as LICENSE | |
• adding file: README.md as README.md | |
• adding file: /root/container-lab/dist/containerlab_linux_arm64/containerlab as containerlab | |
• adding file: LICENSE as LICENSE | |
• adding file: LICENSE as LICENSE | |
• adding file: README.md as README.md | |
• adding file: README.md as README.md | |
• adding file: /root/container-lab/dist/containerlab_linux_amd64/containerlab as containerlab | |
• adding file: /root/container-lab/dist/containerlab_linux_386/containerlab as containerlab | |
• added new artifact name=containerlab_v0.9.0-next_Linux_386.tar.gz path=dist/containerlab_v0.9.0-next_Linux_386.tar.gz type=Archive | |
• added new artifact name=containerlab_v0.9.0-next_Linux_arm64.tar.gz path=dist/containerlab_v0.9.0-next_Linux_arm64.tar.gz type=Archive | |
• added new artifact name=containerlab_v0.9.0-next_Linux_amd64.tar.gz path=dist/containerlab_v0.9.0-next_Linux_amd64.tar.gz type=Archive | |
• creating source archive | |
• pipe skipped error=source pipe is disabled | |
• linux packages | |
• adding binary to package arch=amd64 dst=/usr/bin/containerlab package=containerlab_v0.9.0-next_linux_amd64.rpm src=/root/container-lab/dist/containerlab_linux_amd64/containerlab | |
• all archive files files=[/etc/containerlab/lab-examples /etc/containerlab/templates /usr/bin/containerlab /usr/bin/containerlab] | |
• adding binary to package arch=arm64 dst=/usr/bin/containerlab package=containerlab_v0.9.0-next_linux_arm64.deb src=/root/container-lab/dist/containerlab_linux_arm64/containerlab | |
• all archive files files=[/etc/containerlab/lab-examples /etc/containerlab/templates /usr/bin/containerlab /usr/bin/containerlab] | |
• adding binary to package arch=amd64 dst=/usr/bin/containerlab package=containerlab_v0.9.0-next_linux_amd64.deb src=/root/container-lab/dist/containerlab_linux_amd64/containerlab | |
• all archive files files=[/etc/containerlab/lab-examples /etc/containerlab/templates /usr/bin/containerlab /usr/bin/containerlab] | |
• adding binary to package arch=i386 dst=/usr/bin/containerlab package=containerlab_v0.9.0-next_linux_386.deb src=/root/container-lab/dist/containerlab_linux_386/containerlab | |
• all archive files files=[/etc/containerlab/lab-examples /etc/containerlab/templates /usr/bin/containerlab /usr/bin/containerlab] | |
• creating file=dist/containerlab_v0.9.0-next_linux_amd64.rpm | |
• creating file=dist/containerlab_v0.9.0-next_linux_amd64.deb | |
• creating file=dist/containerlab_v0.9.0-next_linux_arm64.deb | |
• creating file=dist/containerlab_v0.9.0-next_linux_386.deb | |
• added new artifact name=containerlab_v0.9.0-next_linux_amd64.rpm path=dist/containerlab_v0.9.0-next_linux_amd64.rpm type=Linux Package | |
• adding binary to package arch=i386 dst=/usr/bin/containerlab package=containerlab_v0.9.0-next_linux_386.rpm src=/root/container-lab/dist/containerlab_linux_386/containerlab | |
• all archive files files=[/etc/containerlab/lab-examples /etc/containerlab/templates /usr/bin/containerlab /usr/bin/containerlab] | |
• creating file=dist/containerlab_v0.9.0-next_linux_386.rpm | |
• added new artifact name=containerlab_v0.9.0-next_linux_386.rpm path=dist/containerlab_v0.9.0-next_linux_386.rpm type=Linux Package | |
• adding binary to package arch=arm64 dst=/usr/bin/containerlab package=containerlab_v0.9.0-next_linux_arm64.rpm src=/root/container-lab/dist/containerlab_linux_arm64/containerlab | |
• all archive files files=[/etc/containerlab/lab-examples /etc/containerlab/templates /usr/bin/containerlab /usr/bin/containerlab] | |
• creating file=dist/containerlab_v0.9.0-next_linux_arm64.rpm | |
• added new artifact name=containerlab_v0.9.0-next_linux_arm64.rpm path=dist/containerlab_v0.9.0-next_linux_arm64.rpm type=Linux Package | |
• added new artifact name=containerlab_v0.9.0-next_linux_386.deb path=dist/containerlab_v0.9.0-next_linux_386.deb type=Linux Package | |
• added new artifact name=containerlab_v0.9.0-next_linux_arm64.deb path=dist/containerlab_v0.9.0-next_linux_arm64.deb type=Linux Package | |
• added new artifact name=containerlab_v0.9.0-next_linux_amd64.deb path=dist/containerlab_v0.9.0-next_linux_amd64.deb type=Linux Package | |
• snapcraft packages | |
• calculating checksums | |
• checksumming file=containerlab_v0.9.0-next_linux_amd64.deb | |
• calculating checksum for dist/containerlab_v0.9.0-next_linux_amd64.deb | |
• checksumming file=containerlab_v0.9.0-next_linux_386.rpm | |
• calculating checksum for dist/containerlab_v0.9.0-next_linux_386.rpm | |
• checksumming file=containerlab_v0.9.0-next_Linux_amd64.tar.gz | |
• calculating checksum for dist/containerlab_v0.9.0-next_Linux_amd64.tar.gz | |
• checksumming file=containerlab_v0.9.0-next_Linux_386.tar.gz | |
• calculating checksum for dist/containerlab_v0.9.0-next_Linux_386.tar.gz | |
• checksumming file=containerlab_v0.9.0-next_Linux_arm64.tar.gz | |
• calculating checksum for dist/containerlab_v0.9.0-next_Linux_arm64.tar.gz | |
• checksumming file=containerlab_v0.9.0-next_linux_amd64.rpm | |
• calculating checksum for dist/containerlab_v0.9.0-next_linux_amd64.rpm | |
• checksumming file=containerlab_v0.9.0-next_linux_386.deb | |
• calculating checksum for dist/containerlab_v0.9.0-next_linux_386.deb | |
• checksumming file=containerlab_v0.9.0-next_linux_arm64.rpm | |
• calculating checksum for dist/containerlab_v0.9.0-next_linux_arm64.rpm | |
• checksumming file=containerlab_v0.9.0-next_linux_arm64.deb | |
• calculating checksum for dist/containerlab_v0.9.0-next_linux_arm64.deb | |
• added new artifact name=checksums.txt path=dist/checksums.txt type=Checksum | |
• signing artifacts | |
• docker images | |
• pipe skipped error=docker section is not configured | |
• publishing | |
• blobs | |
• pipe skipped error=blobs section is not configured | |
• http upload | |
• pipe skipped error=uploads section is not configured | |
• custom publisher | |
• pipe skipped error=publishers section is not configured | |
• artifactory | |
• pipe skipped error=artifactory section is not configured | |
• docker images | |
• pipe skipped error=publishing is disabled | |
• docker manifests | |
• pipe skipped error=publishing is disabled | |
• snapcraft packages | |
• pipe skipped error=publishing is disabled | |
• github/gitlab/gitea releases | |
• pipe skipped error=publishing is disabled | |
• homebrew tap formula | |
• token type type=github | |
• scoop manifests | |
• pipe skipped error=publishing is disabled | |
• milestones | |
• pipe skipped error=publishing is disabled | |
• your config is using deprecated properties, check logs above for details | |
• release succeeded after 6.10s | |
~/container-lab master *4 6s root@srl-centos7 22:03:36 | |
❯ ls -lah dist | |
total 31M | |
drwxr-xr-x 5 root root 4.0K Jan 25 22:03 . | |
drwxr-xr-x 10 root root 308 Jan 25 22:03 .. | |
-rw-r--r-- 1 root root 966 Jan 25 22:03 checksums.txt | |
-rw-r--r-- 1 root root 2.7K Jan 25 22:03 config.yaml | |
drwxr-xr-x 2 root root 26 Jan 25 22:03 containerlab_linux_386 | |
drwxr-xr-x 2 root root 26 Jan 25 22:03 containerlab_linux_amd64 | |
drwxr-xr-x 2 root root 26 Jan 25 22:03 containerlab_linux_arm64 | |
-rw-r--r-- 1 root root 5.2M Jan 25 22:03 containerlab_v0.9.0-next_linux_386.deb | |
-rw-r--r-- 1 root root 33K Jan 25 22:03 containerlab_v0.9.0-next_linux_386.rpm | |
-rw-r--r-- 1 root root 5.1M Jan 25 22:03 containerlab_v0.9.0-next_Linux_386.tar.gz | |
-rw-r--r-- 1 root root 5.4M Jan 25 22:03 containerlab_v0.9.0-next_linux_amd64.deb | |
-rw-r--r-- 1 root root 33K Jan 25 22:03 containerlab_v0.9.0-next_linux_amd64.rpm | |
-rw-r--r-- 1 root root 5.4M Jan 25 22:03 containerlab_v0.9.0-next_Linux_amd64.tar.gz | |
-rw-r--r-- 1 root root 5.0M Jan 25 22:03 containerlab_v0.9.0-next_linux_arm64.deb | |
-rw-r--r-- 1 root root 33K Jan 25 22:03 containerlab_v0.9.0-next_linux_arm64.rpm | |
-rw-r--r-- 1 root root 5.0M Jan 25 22:03 containerlab_v0.9.0-next_Linux_arm64.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment