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
|
from_secret: GIT_USERNAME
|
||||||
password:
|
password:
|
||||||
from_secret: GIT_PASSWORD
|
from_secret: GIT_PASSWORD
|
||||||
|
platforms:
|
||||||
|
- linux/amd64
|
||||||
|
- linux/arm64
|
||||||
depends_on:
|
depends_on:
|
||||||
- go-test
|
- go-test
|
||||||
- go-build
|
- go-build
|
||||||
|
@ -72,6 +75,9 @@ steps:
|
||||||
registry: git.faercol.me
|
registry: git.faercol.me
|
||||||
repo: git.faercol.me/faercol/public-ip-tracker
|
repo: git.faercol.me/faercol/public-ip-tracker
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
|
platforms:
|
||||||
|
- linux/amd64
|
||||||
|
- linux/arm64
|
||||||
username:
|
username:
|
||||||
from_secret: GIT_USERNAME
|
from_secret: GIT_USERNAME
|
||||||
password:
|
password:
|
||||||
|
|
Loading…
Reference in a new issue