Skip to content

Commit

Permalink
Add FreeBSD 13 x64 image (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thefrank authored Feb 6, 2023
1 parent 2c1e758 commit 25dc4ba
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/ubuntu/18.04/cross/freebsd/13/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-crossdeps-local

ADD rootfs.x64.tar crossrootfs
1 change: 1 addition & 0 deletions src/ubuntu/18.04/cross/freebsd/13/hooks/post-build
5 changes: 5 additions & 0 deletions src/ubuntu/18.04/cross/freebsd/13/hooks/pre-build
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env sh

SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT")
$SCRIPTPATH/../../../../../build-scripts/run-arcade-build-rootfs.sh ubuntu-18.04 freebsd13 x64
17 changes: 15 additions & 2 deletions src/ubuntu/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,19 @@
}
]
},
{
"platforms": [
{
"dockerfile": "src/ubuntu/18.04/cross/freebsd/13",
"os": "linux",
"osVersion": "bionic",
"tags": {
"ubuntu-18.04-cross-freebsd-13-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {},
"ubuntu-18.04-cross-freebsd-13$(FloatingTagSuffix)": {}
}
}
]
},
{
"platforms": [
{
Expand Down Expand Up @@ -457,7 +470,7 @@
"os": "linux",
"osVersion": "bionic",
"tags": {
"ubuntu-18.04-webassembly3130-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {},
"ubuntu-18.04-webassembly3130-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {}
}
}
]
Expand Down Expand Up @@ -601,7 +614,7 @@
"os": "linux",
"osVersion": "focal",
"tags": {
"ubuntu-20.04-webassembly3130-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {},
"ubuntu-20.04-webassembly3130-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {}
}
}
]
Expand Down

0 comments on commit 25dc4ba

Please sign in to comment.