Compare commits
2 commits
8fd5d46f3d
...
537604b828
Author | SHA1 | Date | |
---|---|---|---|
537604b828 | |||
bd5db06aad |
1 changed files with 5 additions and 1 deletions
|
@ -18,6 +18,8 @@ steps:
|
|||
auto_tag: true
|
||||
auto_tag_suffix: linux-amd64
|
||||
repo: samuelph/universal-statuspage
|
||||
build_args:
|
||||
- ARCH=amd64
|
||||
username:
|
||||
from_secret: USERNAME
|
||||
password:
|
||||
|
@ -49,6 +51,8 @@ steps:
|
|||
auto_tag: true
|
||||
auto_tag_suffix: linux-arm64
|
||||
repo: samuelph/universal-statuspage
|
||||
build_args:
|
||||
- ARCH=amd64
|
||||
username:
|
||||
from_secret: USERNAME
|
||||
password:
|
||||
|
@ -109,7 +113,7 @@ steps:
|
|||
platforms:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
# - linux/arm
|
||||
# - linux/arm
|
||||
username:
|
||||
from_secret: USERNAME
|
||||
password:
|
||||
|
|
Reference in a new issue