Compare commits
2 Commits
a860974d43
...
b65f049123
Author | SHA1 | Date | |
---|---|---|---|
b65f049123 | |||
460adbc169 |
@ -22,3 +22,6 @@ steps:
|
|||||||
secrets: [ repository_username, repository_password ]
|
secrets: [ repository_username, repository_password ]
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [push]
|
||||||
|
path:
|
||||||
|
# Only run the CI when the pipeline or the Dockerfile changes
|
||||||
|
include: ['.woodpecker.yml', 'Dockerfile']
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# docker-flutter-arm64
|
# docker-flutter-arm64
|
||||||
|
|
||||||
|
[![status-badge](https://ci.polynom.me/api/badges/49/status.svg)](https://ci.polynom.me/repos/49)
|
||||||
|
|
||||||
A Docker container containing Flutter for ARM64 CI systems.
|
A Docker container containing Flutter for ARM64 CI systems.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
Loading…
Reference in New Issue
Block a user