Skip to content

Commit df507a2

Browse files
authored
Merge pull request #31 from cytopia/release-0.23
Release 0.23
2 parents 7a4b6c2 + b82aae7 commit df507a2

13 files changed

Lines changed: 224 additions & 109 deletions

.github/workflows/params.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
{
1616
"NAME": "Bind",
1717
"VERSION": ["latest"],
18-
"ARCH": ["linux/amd64", "linux/386", "linux/arm64", "linux/arm/v7", "linux/arm/v6"]
18+
"ARCH": ["linux/amd64", "linux/386", "linux/arm64", "linux/arm/v7", "linux/arm/v6", "linux/ppc64le", "linux/s390x"]
1919
}
2020
]
2121

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 cytopia
3+
Copyright (c) 2022 cytopia
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,14 @@ manifest-push: docker-manifest-push
8181
# -------------------------------------------------------------------------------------------------
8282
# Test Targets
8383
# -------------------------------------------------------------------------------------------------
84+
DEBUG = 0
8485
.PHONY: test
8586
test: _test-integration
8687
test: update-readme
8788

8889
.PHONY: _test-integration
8990
_test-integration:
90-
./tests/start-ci.sh $(IMAGE) $(NAME) $(VERSION) $(DOCKER_TAG) $(ARCH)
91+
./tests/start-ci.sh $(IMAGE) $(NAME) $(VERSION) $(DOCKER_TAG) $(ARCH) $(DEBUG)
9192

9293
.PHONY: update-readme
9394
update-readme:

README.md

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[![](https://images.microbadger.com/badges/image/cytopia/bind.svg)](https://microbadger.com/images/cytopia/bind "bind")
1313
[![License](https://img.shields.io/badge/license-MIT-%233DA639.svg)](https://opensource.org/licenses/MIT)
1414

15-
**Available Architectures:** `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`
15+
**Available Architectures:** `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`
1616

1717
----
1818

@@ -434,11 +434,39 @@ have entries in `/etc/resolv.conf`.
434434

435435
## Support
436436

437-
If you need support, join the Gitter Chat: [![Join the chat at https://gitter.im/devilbox/Lobby](https://badges.gitter.im/devilbox/Lobby.svg)](https://gitter.im/devilbox/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
437+
Get support here
438+
439+
<table width="100%" style="width:100%; display:table;">
440+
<thead>
441+
<tr>
442+
<th width="25%" style="width:25%;"><h3><a target="_blank" href="https://gitter.im/devilbox/Lobby">Chat</a></h3></th>
443+
<th width="25%" style="width:25%;"><h3><a target="_blank" href="https://devilbox.discourse.group">Forum</a></h3></th>
444+
</tr>
445+
</thead>
446+
<tbody style="vertical-align: middle; text-align: center;">
447+
<tr>
448+
<td>
449+
<a target="_blank" href="https://gitter.im/devilbox/Lobby">
450+
<img title="Chat on Gitter" width="100" style="width:100px;" name="Chat on Gitter" src="https://raw.githubusercontent.com/cytopia/icons/master/400x400/gitter.png" />
451+
</a>
452+
</td>
453+
<td>
454+
<a target="_blank" href="https://devilbox.discourse.group">
455+
<img title="Devilbox Forums" width="100" style="width:100px;" name="Forum" src="https://raw.githubusercontent.com/cytopia/icons/master/400x400/discourse.png" />
456+
</a>
457+
</td>
458+
</tr>
459+
<tr>
460+
<td><a target="_blank" href="https://gitter.im/devilbox/Lobby">gitter.im/devilbox</a></td>
461+
<td><a target="_blank" href="https://devilbox.discourse.group">devilbox.discourse.group</a></td>
462+
</tr>
463+
</tbody>
464+
</table>
465+
438466

439467

440468
## License
441469

442470
**[MIT License](LICENSE.md)**
443471

444-
Copyright (c) 2016 [cytopia](https://github.com/cytopia)
472+
Copyright (c) 2022 [cytopia](https://github.com/cytopia)

0 commit comments

Comments
 (0)