Skip to content

Commit

Permalink
Support Mac OS (linux/arm64)
Browse files Browse the repository at this point in the history
  • Loading branch information
range3 committed Oct 25, 2024
1 parent 16820b4 commit 4dff39a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
"name": "TexLive 2023 on Debian 13 (trixie)",
"name": "TexLive 2024 on Debian 13 (trixie)",
"image": "ghcr.io/range3/texlive-ja:latest",
// "dockerFile": "Dockerfile",
"remoteEnv": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish-texlive-ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
context: .devcontainer
file: .devcontainer/Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 4dff39a

Please sign in to comment.