Skip to content

Commit

Permalink
Move setup-buildx and setup-qemu actions
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed Aug 24, 2020
1 parent 2a794d5 commit d8e8fa4
Show file tree
Hide file tree
Showing 34 changed files with 1 addition and 14,356 deletions.
160 changes: 0 additions & 160 deletions .github/workflows/setup-buildx-ci.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/setup-buildx-test.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/setup-qemu-ci.yml

This file was deleted.

1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = {
setupFiles: ["dotenv/config"],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testPathIgnorePatterns: ['/setup-buildx/', '/setup-qemu/'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/docker/build-push-action.git",
"directory": "setup-buildx"
"url": "git+https://github.com/docker/build-push-action.git"
},
"keywords": [
"actions",
Expand Down
2 changes: 0 additions & 2 deletions setup-buildx/.gitattributes

This file was deleted.

95 changes: 0 additions & 95 deletions setup-buildx/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions setup-buildx/.prettierrc.json

This file was deleted.

Loading

0 comments on commit d8e8fa4

Please sign in to comment.