Skip to content

Commit

Permalink
Remove docker installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Mar 9, 2024
1 parent d6966ba commit 7afcf00
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 132 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/docker.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/release.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,3 @@ jobs:
swift test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docker_image:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v4

- name: Build a Docker image on Ubuntu 20.04
run: docker build . -t ghcr.io/swiftwasm/swiftwasm-action:latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Each `carton` subcommand is now split into a separate SwiftPM plugin.
Also `carton` no longer supports the following features:

- `carton init` command (use `swift package init --type executable` instead)
- Homebrew and Docker installation methods

**Internal changes:**

Expand Down
40 changes: 0 additions & 40 deletions Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions install_ubuntu_deps.sh

This file was deleted.

0 comments on commit 7afcf00

Please sign in to comment.