build(workflows): hail mary for arm64 build
Some checks failed
/ desec-script (push) Failing after 1m45s
Some checks failed
/ desec-script (push) Failing after 1m45s
This commit is contained in:
parent
ed8009645c
commit
47d6faf57a
3 changed files with 31 additions and 3 deletions
4
server-scripts/desec-ip-sync/Dockerfile
Normal file
4
server-scripts/desec-ip-sync/Dockerfile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
FROM --platform=linux/amd64 node:latest
|
||||
|
||||
RUN ["bash", "run.bash"]
|
||||
|
||||
4
server-scripts/desec-ip-sync/docker-compose.yml
Normal file
4
server-scripts/desec-ip-sync/docker-compose.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
services:
|
||||
desec-script:
|
||||
image: git.devdoes.work/devaine/desec-script:latest
|
||||
container_name: desec-script
|
||||
Loading…
Add table
Add a link
Reference in a new issue