Skip to content

Commit 680dca4

Browse files
change runner
1 parent 4af27b2 commit 680dca4

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/build_images.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: namespace-profile-xgo
11+
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read
1414
packages: write
@@ -134,13 +134,3 @@ jobs:
134134
file: docker/build/Dockerfile
135135
build-contexts: |
136136
${{ steps.golang_version_2.outputs.value }}-base=docker-image://techknowlogick/xgo:${{ steps.golang_version_2.outputs.value }}-base
137-
# - name: build latest image
138-
# uses: docker/build-push-action@v6
139-
# with:
140-
# context: docker/go-latest/
141-
# platforms: linux/amd64,linux/arm64
142-
# tags: |
143-
# techknowlogick/xgo:latest
144-
# ghcr.io/techknowlogick/xgo:latest
145-
# push: true
146-
# file: docker/go-latest/Dockerfile

0 commit comments

Comments
 (0)