Skip to content

Commit

Permalink
chore: remove go build flags in the code that are not applicable for …
Browse files Browse the repository at this point in the history
…ARM64 compilation
  • Loading branch information
SparkYuan committed Nov 29, 2023
1 parent 8b10b5d commit 37b0144
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 54 deletions.
3 changes: 0 additions & 3 deletions pkg/apis/project/types_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package project

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/cmd/build/builders/kcl/rest/rest_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package rest

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/cmd/init/init_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package init

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/cmd/init/options_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package init

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/engine/operation/apply_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package operation

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/engine/operation/destory_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package operation

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/engine/states/local/filesystem_state_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package local

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/engine/states/remote/db/db_state_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package db

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/engine/states/remote/oss/oss_state_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package oss

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/engine/states/remote/s3/s3_state_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package s3

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/scaffold/templates_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package scaffold

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/util/gitutil/gitutil_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package gitutil

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/util/io/dir_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package io

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/util/io/file_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package io

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/util/io/io_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package io

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/util/kfile/file_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package kfile

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/util/kube/config/config_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package config

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/version/types_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build !arm64
// +build !arm64

package version

import (
Expand Down

0 comments on commit 37b0144

Please sign in to comment.