Add missing architectures to CI file #24
1 changed files with 6 additions and 0 deletions
|
@ -44,6 +44,9 @@ steps:
|
|||
from_secret: GIT_USERNAME
|
||||
password:
|
||||
from_secret: GIT_PASSWORD
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
depends_on:
|
||||
- go-test
|
||||
- go-build
|
||||
|
@ -72,6 +75,9 @@ steps:
|
|||
registry: git.faercol.me
|
||||
repo: git.faercol.me/faercol/public-ip-tracker
|
||||
auto_tag: true
|
||||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
username:
|
||||
from_secret: GIT_USERNAME
|
||||
password:
|
||||
|
|
Loading…
Reference in a new issue