feat: remove QEMU and Docker Buildx setup from CI workflow

Kim committed Nov 15, 2025 at 14:09 UTC 0aa1bed89f7f664c16e2a79b55c4e21c57169462
1 file changed +1 -26
.github/workflows/ci.yml
+1 -26
@@ -66,12 +66,6 @@ jobs:
66 go-version: "stable"
67 check-latest: true
68
69 - - name: Set up QEMU
70 - uses: docker/setup-qemu-action@v3
71 -
72 - - name: Set up Docker Buildx
73 - uses: docker/setup-buildx-action@v3
74 -
69 - name: Cache Go modules
70 uses: actions/cache@v3
71 with:
@@ -101,25 +95,6 @@ jobs:
95 - name: Build Docker image
96 uses: docker/build-push-action@v6
97 with:
104 - platforms: linux/amd64,linux/arm64,linux/arm/v7
98 context: .
99 push: false
107 - tags: portal:latest
108 -# lint:
109 -# name: Lint
110 -# runs-on: ubuntu-latest
111 -#
112 -# steps:
113 -# - name: Checkout code
114 -# uses: actions/checkout@v5
115 -#
116 -# - name: Set up Go
117 -# uses: actions/setup-go@v6
118 -# with:
119 -# go-version: "stable"
120 -# check-latest: true
121 -#
122 -# - name: golangci-lint
123 -# uses: golangci/golangci-lint-action@v8
124 -# with:
125 -# version: v2.6.0
100 + tags: portal:latest
\ No newline at end of file