Skip to content

Commit

Permalink
ci: use debian bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 1, 2023
1 parent f31783a commit 6259693
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .fluentci/src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const build = async (src = ".") => {
const ctr = client
.pipeline(Job.build)
.container()
.from("rust:1.73-bookworm")
.from("rust:1.73-bullseye")
.withExec(["apt-get", "update"])
.withExec(["apt-get", "install", "-y", "build-essential"])
.withDirectory("/app", context, { exclude })
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release-for-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ jobs:
matrix:
include:
- target: x86_64-apple-darwin
archive: tar.gz tar.xz
extensions: tar.gz tar.gz.sha256
- target: aarch64-apple-darwin
archive: tar.gz tar.xz
extensions: tar.gz tar.gz.sha256

steps:
Expand Down

0 comments on commit 6259693

Please sign in to comment.